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:
Michaël Zasso 2021-09-03 09:13:43 +02:00 committed by Node.js GitHub Bot
parent 0c35fe02d3
commit 95dffe727a
1 changed files with 1 additions and 5 deletions

View File

@ -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 }}