Skip to content

Commit 0e0a64e

Browse files
authored
Merge pull request #148 from bastelfreak/foo4
CI: Switch from windows 2019->2025 runners
2 parents 36c04d5 + acb61d5 commit 0e0a64e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- {os: ubuntu-24.04, ruby: '3.3'} # openssl 3
2222
- {os: ubuntu-24.04, ruby: '3.4'} # openssl 3
2323
- {os: ubuntu-24.04, ruby: 'jruby-9.4'}
24-
- {os: windows-2019, ruby: '3.1'}
25-
- {os: windows-2019, ruby: '3.2'} # openssl 3
26-
- {os: windows-2019, ruby: '3.3'} # openssl 3 / latest Ruby
27-
- {os: windows-2019, ruby: '3.4'} # openssl 3 / latest Ruby
24+
- {os: windows-2025, ruby: '3.1'}
25+
- {os: windows-2025, ruby: '3.2'} # openssl 3
26+
- {os: windows-2025, ruby: '3.3'} # openssl 3
27+
- {os: windows-2025, ruby: '3.4'} # openssl 3
2828

2929
runs-on: ${{ matrix.cfg.os }}
3030
env:

0 commit comments

Comments
 (0)