diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index d683dd0396a..13cb4e17ec9 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -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: >-