We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9703a5 commit 7c4df42Copy full SHA for 7c4df42
.github/workflows/build-windows.yml
@@ -32,7 +32,7 @@ jobs:
32
if: github.event.pull_request.draft == false
33
strategy:
34
matrix:
35
- windows: [windows-2019, windows-2022]
+ windows: [windows-2019]
36
fail-fast: false
37
runs-on: ${{ matrix.windows }}
38
steps:
.github/workflows/coverage-windows.yml
@@ -33,7 +33,7 @@ env:
jobs:
coverage-windows:
- runs-on: windows-latest
+ runs-on: windows-2019
- uses: actions/checkout@v3
39
with:
0 commit comments