From bb2d3046e843062f11bfe5ef23d6d54466a6c5cd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 22 Apr 2025 07:39:40 +0900 Subject: [PATCH] Test with Windows 2025 server --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 81ef748dd1e864..21f23ab8995790 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,6 +36,10 @@ jobs: vc: 2019 vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The defautl Windows 11 SDK and toolset are broken at windows-2022 test_task: check + - os: 2025 + vc: 2019 + vcvars: '10.0.22621.0 -vcvars_ver=14.2' + test_task: check - os: 11-arm test_task: 'btest test-basic test-tool' # check and test-spec are broken yet. target: arm64