Skip to content

Commit 235610d

Browse files
committed
build: add windows-2022 to GitHub test matrix
PR-URL: #39857 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent ea4ebbf commit 235610d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-windows.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ env:
1818
jobs:
1919
build-windows:
2020
if: github.event.pull_request.draft == false
21-
runs-on: windows-latest
21+
strategy:
22+
matrix:
23+
windows: [windows-2019, windows-2022]
24+
fail-fast: false
25+
runs-on: ${{ matrix.windows }}
2226
steps:
2327
- uses: actions/checkout@v2
2428
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)