Skip to content

Commit 3e57cc6

Browse files
committed
CI: back to windows-2022 for MRI job
...since it is required to exist in order to merge PRs.
1 parent c4f92fc commit 3e57cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- { os: macos-15-intel, ruby: ruby } # EoL August 2027 (https://github.com/actions/runner-images/issues/13046)
136136
- { os: macos-26, ruby: ruby } # arm64
137137
# Windows
138-
- { os: windows-latest, ruby: ruby, allow-failure: true }
138+
- { os: windows-2022, ruby: ruby }
139139
- { os: windows-latest, ruby: jruby, allow-failure: true }
140140
# allowed to fail
141141
- { os: ubuntu-24.04, ruby: head, gemfile: Gemfile, allow-failure: true }

0 commit comments

Comments
 (0)