Skip to content

Commit

Permalink
fixup! only configure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed May 9, 2024
1 parent 0fc44d9 commit 408afd1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, macos-14, ubuntu-latest]
os: [macos-13, macos-latest, ubuntu-latest]
python: ["3.8", "3.10", "3.12"]
exclude:
- os: macos-14
python: "3.8"

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -64,4 +61,4 @@ jobs:
- name: Build Node.js
run: |
cd node
./vcbuild.bat
./vcbuild.bat nobuild

0 comments on commit 408afd1

Please sign in to comment.