From f313b708ce64e7cbd7c6d42119e9fd387992a8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 3 Sep 2021 09:13:43 +0200 Subject: [PATCH] Revert "build: add windows-2022 to GitHub test matrix" This reverts commit 13b569c679ca98fa2549ad5c801b3d52a4249d72. V8 9.3 is not compatible. Refs: https://github.com/nodejs/node/issues/39976 --- .github/workflows/build-windows.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index d489de708d130b..1b0b336f4b8273 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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 }}