We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c06f1 commit 5c32b47Copy full SHA for 5c32b47
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
needs: [lint, test]
19
strategy:
20
matrix:
21
- environment: [ubuntu-latest, macos-latest, windows-latest]
+ environment: [ubuntu-latest, macos-latest, windows-2019]
22
23
runs-on: ${{ matrix.environment }}
24
steps:
@@ -89,7 +89,7 @@ jobs:
89
test:
90
91
92
93
94
95
0 commit comments