Skip to content

Commit

Permalink
ci(npm): revert tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Jan 31, 2025
1 parent 9c7c057 commit 01a889d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@ jobs:
name: 🧪 Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
needs:
- build
if: false
strategy:
fail-fast: false
matrix:
settings:
- host: windows-latest
target: x86_64-pc-windows-msvc
architecture: x64
# - host: windows-latest
# target: x86_64-pc-windows-msvc
# architecture: x64
- host: macos-latest
target: aarch64-apple-darwin
architecture: arm64
Expand Down

0 comments on commit 01a889d

Please sign in to comment.