mirror of https://github.com/nodejs/node.git
Revert "build: add windows-2022 to GitHub test matrix"
This reverts commit 13b569c679
.
V8 9.3 is not compatible.
Refs: https://github.com/nodejs/node/issues/39976
PR-URL: https://github.com/nodejs/node/pull/39982
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
parent
0c35fe02d3
commit
95dffe727a
|
@ -18,11 +18,7 @@ env:
|
|||
jobs:
|
||||
build-windows:
|
||||
if: github.event.pull_request.draft == false
|
||||
strategy:
|
||||
matrix:
|
||||
windows: [windows-2019, windows-2022]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.windows }}
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
||||
|
|
Loading…
Reference in New Issue