summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-11 12:20:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-11 13:24:03 +0900
commit0a35c5b4d9add69251590e3902a5d861df49e142 (patch)
treed2de90f83403247a281c4002900273b1a32c8281
parent8a15f806532fd1912b930abdcec6efac33f438b8 (diff)
Restore Windows 2022 build with VS2019 toolset
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13103
-rw-r--r--.github/workflows/windows.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 1d5acee65c..596f0396e5 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -32,12 +32,14 @@ jobs:
- os: 2019
vc: 2019
test_task: check
- - os: 2019
+ - 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
+ test_task: check
+ - os: 2022
vc: 2019
+ vcvars: '10.0.22621.0 -vcvars_ver=14.2'
test_task: test-bundled-gems
- # - os: 2022
- # vc: 2022
- # test_task: check
fail-fast: false
runs-on: windows-${{ matrix.os < 2022 && '2019' || matrix.os }}