Skip to content

Commit 8753f21

Browse files
committed
CI: Replace Windows 2019->2025 runners
1 parent 1d9ae11 commit 8753f21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/acceptance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
os:
22-
- windows-2019
2322
- windows-2022
23+
- windows-2025
2424
- ubuntu-22.04
2525
- ubuntu-24.04
2626
- macos-13

.github/workflows/integration_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
2828
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
2929
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
30-
- {os: windows-2019, ruby: '2.7'}
31-
- {os: windows-2019, ruby: '3.2'} # with openssl 3
30+
- {os: windows-2025, ruby: '2.7'}
31+
- {os: windows-2025, ruby: '3.2'} # with openssl 3
3232
runs-on: ${{ matrix.cfg.os }}
3333
env:
3434
BUNDLE_SET: 'with integration'

0 commit comments

Comments
 (0)