Skip to content

Commit fc561c9

Browse files
joshcoopercthorn42
authored andcommitted
(maint) Bump to windows-2022
actions/runner-images#12045
1 parent ac9c24b commit fc561c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
2323
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
2424
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
25-
- {os: windows-2019, ruby: '2.7'}
26-
- {os: windows-2019, ruby: '3.2'} # with openssl 3
25+
- {os: windows-2022, ruby: '2.7'}
26+
- {os: windows-2022, ruby: '3.2'} # with openssl 3
2727
runs-on: ${{ matrix.cfg.os }}
2828
env:
2929
BUNDLE_SET: 'with integration'

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ruby:
4646
- '2.7'
4747
- '3.2'
48-
runs-on: windows-2019
48+
runs-on: windows-2022
4949
steps:
5050
- name: Checkout current PR
5151
uses: actions/checkout@v4

0 commit comments

Comments
 (0)