Skip to content

Commit 8888918

Browse files
authored
Merge pull request #8831 from ciprianbadescu/maint/upgrade-githup-windows-checks
(maint) update github actions windows environment
2 parents a130746 + 97e4f5c commit 8888918

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- {os: ubuntu-18.04, ruby: 2.6}
2020
- {os: ubuntu-18.04, ruby: 2.7}
2121
- {os: ubuntu-18.04, ruby: jruby-9.2.9.0}
22-
- {os: windows-2016, ruby: 2.4}
23-
- {os: windows-2016, ruby: 2.5}
24-
- {os: windows-2016, ruby: 2.6}
22+
- {os: windows-2019, ruby: 2.4}
23+
- {os: windows-2019, ruby: 2.5}
24+
- {os: windows-2019, ruby: 2.6}
2525

2626
runs-on: ${{ matrix.cfg.os }}
2727
steps:

0 commit comments

Comments
 (0)