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 baa38dd commit 2de21bdCopy full SHA for 2de21bd
.github/workflows/build-windows.yml
@@ -34,7 +34,7 @@ jobs:
34
if: github.event.pull_request.draft == false
35
strategy:
36
matrix:
37
- windows: [windows-2019]
+ windows: [windows-2019, windows-2022]
38
fail-fast: false
39
runs-on: ${{ matrix.windows }}
40
steps:
.github/workflows/coverage-windows.yml
@@ -37,7 +37,7 @@ permissions:
jobs:
coverage-windows:
- runs-on: windows-2019
+ runs-on: windows-2022
41
42
- uses: actions/checkout@v3
43
with:
0 commit comments