Use the latest version of Windows SDK

72bda0f981
This commit is contained in:
Hiroshi SHIBATA 2025-05-28 09:03:17 +09:00
parent 326c120aa7
commit 28860842cf
Notes: git 2025-05-28 01:37:12 +00:00

View File

@ -27,18 +27,18 @@ jobs:
include:
- os: 2022
vc: 2019
vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The defautl Windows 11 SDK and toolset are broken at windows-2022
vcvars: '-vcvars_ver=14.2' # VS 2022 17.13.x is broken at windows-2022
test_task: check
- os: 2025
vc: 2019
vcvars: '10.0.22621.0 -vcvars_ver=14.2'
vcvars: '-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
- os: 2022
vc: 2019
vcvars: '10.0.22621.0 -vcvars_ver=14.2'
vcvars: '-vcvars_ver=14.2'
test_task: test-bundled-gems
fail-fast: false