Skip to content

Commit

Permalink
Explicitly specify both Mac targets as runners switched arch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 27, 2024
1 parent 82ec9b4 commit 8b30a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tests.yml
Expand Up @@ -106,7 +106,7 @@ jobs:
target: x86_64-apple-darwin
build: >-
set -e &&
npm run build:napi -- --release
npm run build:napi -- --release --target x86_64-apple-darwin
- host: macos-latest
target: aarch64-apple-darwin
build: >-
Expand Down

0 comments on commit 8b30a5b

Please sign in to comment.