Skip to content

Commit 0095182

Browse files
committed
Revert "build: add windows-2022 to GitHub test matrix"
This reverts commit 13b569c. V8 9.3 is not compatible. Refs: #39976 PR-URL: #39982 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent d43b555 commit 0095182

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-windows.yml

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

0 commit comments

Comments
 (0)