parent
326c120aa7
commit
28860842cf
Notes:
git
2025-05-28 01:37:12 +00:00
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user