Skip to content

Commit

Permalink
try cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Feb 20, 2024
1 parent 7393f39 commit 0c52e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
set -e &&
yarn build --target x86_64-unknown-linux-gnu &&
strip *.node
- host: macos-latest-xlarge
- host: macos-latest
target: aarch64-apple-darwin
build: |
yarn build --target aarch64-apple-darwin
Expand Down

0 comments on commit 0c52e58

Please sign in to comment.