We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788e77c commit 79e2ab2Copy full SHA for 79e2ab2
.github/workflows/build-windows.yml
@@ -26,11 +26,7 @@ env:
26
jobs:
27
build-windows:
28
if: github.event.pull_request.draft == false
29
- strategy:
30
- matrix:
31
- windows: [windows-2019, windows-2022]
32
- fail-fast: false
33
- runs-on: ${{ matrix.windows }}
+ runs-on: windows-2019
34
steps:
35
- uses: actions/checkout@v2
36
with:
.github/workflows/coverage-windows.yml
@@ -31,7 +31,7 @@ env:
coverage-windows:
- runs-on: windows-latest
37
0 commit comments