Skip to content

Commit f888c0b

Browse files
authored
Merge pull request #39 from bastelfreak/windows2022
Replace Windows 2019->2022 runners
2 parents 1d9ae11 + ea59702 commit f888c0b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/acceptance_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
strategy:
2020
matrix:
2121
os:
22-
- windows-2019
2322
- windows-2022
2423
- ubuntu-22.04
2524
- ubuntu-24.04

.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-2022, ruby: '2.7'}
31+
- {os: windows-2022, ruby: '3.2'} # with openssl 3
3232
runs-on: ${{ matrix.cfg.os }}
3333
env:
3434
BUNDLE_SET: 'with integration'

0 commit comments

Comments
 (0)