Skip to content

Commit 231ec22

Browse files
.github/workflows/test.yml: use windows-2022.
Github no longer supports windows-2019.
1 parent 11f843e commit 231ec22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: [ubuntu-latest, windows-2019, macos-13, macos-14]
29+
os: [ubuntu-latest, windows-2022, macos-13, macos-14]
3030

3131
# Avoid cancelling of all runs after a single failure.
3232
fail-fast: false

0 commit comments

Comments
 (0)