Skip to content

Commit

Permalink
ci(npm): temporary disable windows-latest runner
Browse files Browse the repository at this point in the history
New runner '2.322.0' has a bug of import JS files: ERR_INVALID_URL
  • Loading branch information
Dwlad90 committed Jan 31, 2025
1 parent e90b890 commit fdc1951
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
name: 🧪 Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
needs:
- build
if: false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -209,9 +210,9 @@ jobs:
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 Expand Up @@ -281,7 +282,7 @@ jobs:
needs:
- build
- benchmark
- test-macOS-windows-binding
#- test-macOS-windows-binding
- test-linux-x64-gnu-binding
- test-linux-x64-musl-binding
steps:
Expand Down

0 comments on commit fdc1951

Please sign in to comment.