We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-2022
1 parent c4f92fc commit 3e57cc6Copy full SHA for 3e57cc6
.github/workflows/test.yml
@@ -135,7 +135,7 @@ jobs:
135
- { os: macos-15-intel, ruby: ruby } # EoL August 2027 (https://github.com/actions/runner-images/issues/13046)
136
- { os: macos-26, ruby: ruby } # arm64
137
# Windows
138
- - { os: windows-latest, ruby: ruby, allow-failure: true }
+ - { os: windows-2022, ruby: ruby }
139
- { os: windows-latest, ruby: jruby, allow-failure: true }
140
# allowed to fail
141
- { os: ubuntu-24.04, ruby: head, gemfile: Gemfile, allow-failure: true }
0 commit comments