We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a15f80 commit 0a35c5bCopy full SHA for 0a35c5b
.github/workflows/windows.yml
@@ -32,12 +32,14 @@ jobs:
32
- os: 2019
33
vc: 2019
34
test_task: check
35
- - os: 2019
+ - os: 2022
36
+ vc: 2019
37
+ vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The defautl Windows 11 SDK and toolset are broken at windows-2022
38
+ test_task: check
39
40
41
+ vcvars: '10.0.22621.0 -vcvars_ver=14.2'
42
test_task: test-bundled-gems
- # - os: 2022
- # vc: 2022
- # test_task: check
43
fail-fast: false
44
45
runs-on: windows-${{ matrix.os < 2022 && '2019' || matrix.os }}
0 commit comments