Skip to content

Commit

Permalink
Revert "build: add windows-2022 to GitHub test matrix"
Browse files Browse the repository at this point in the history
This reverts commit 13b569c.

V8 9.3 is not compatible.

Refs: nodejs#39976
  • Loading branch information
targos committed Sep 3, 2021
1 parent 0c35fe0 commit f313b70
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f313b70

Please sign in to comment.