Skip to content

Commit

Permalink
fixup! try native macos arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
faulpeltz committed Sep 9, 2024
1 parent 34988af commit d838b98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ jobs:
- run: yarn start --node-range node${{ matrix.target-node }} --arch arm64 --output dist
env:
MAKE_JOB_COUNT: 2 # prevent to run out of memory

# uncomment the following lines to build x64
# CC: clang -arch arm64
# CXX: clang++ -arch arm64
# CC_host: clang
# CXX_host: clang++
- name: Check if binary is compiled
id: check_file
run: |
Expand Down

0 comments on commit d838b98

Please sign in to comment.