We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f843e commit 231ec22Copy full SHA for 231ec22
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
29
- os: [ubuntu-latest, windows-2019, macos-13, macos-14]
+ os: [ubuntu-latest, windows-2022, macos-13, macos-14]
30
31
# Avoid cancelling of all runs after a single failure.
32
fail-fast: false
0 commit comments