Skip to content

Commit

Permalink
Fix npm x86-64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Apr 27, 2024
1 parent 80b49c3 commit 0bd6e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_npm_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- os: ubuntu-20.04
rust-target: x86_64-unknown-linux-gnu
napi-rs-target: linux-x64-gnu
- os: macos-latest
- os: macos-12
rust-target: x86_64-apple-darwin
napi-rs-target: darwin-x64
- os: macos-latest
- os: macos-14
rust-target: aarch64-apple-darwin
napi-rs-target: darwin-arm64
- os: windows-2022
Expand Down

0 comments on commit 0bd6e37

Please sign in to comment.