Skip to content

Commit 9e22d6f

Browse files
committed
Use windows-2022 image for test-bundled-gems
rake test is broken with system ruby https://github.com/ruby/ruby/actions/runs/14768933827/job/41465573970?pr=13221
1 parent b04f399 commit 9e22d6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The default version of MSVC in VS 2022 is broken.
3535
test_task: check
3636
- vc: 2019
37-
os: 2025
37+
os: 2022
3838
vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The default version of MSVC in VS 2022 is broken.
3939
test_task: test-bundled-gems
4040
fail-fast: false
@@ -95,6 +95,7 @@ jobs:
9595
ruby-version: '3.0'
9696
bundler: none
9797
windows-toolchain: none
98+
if: ${{ matrix.os != '2025' }}
9899

99100
- name: Export GitHub Actions cache environment variables
100101
uses: actions/github-script@v7

0 commit comments

Comments
 (0)