Skip to content

Commit 97e4f5c

Browse files
author
Ciprian Badescu
committed
(maint) update github actions windows environment
Update Windows environment from windows-2106 to windows-2019 actions/runner-images#4312
1 parent a130746 commit 97e4f5c

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)