From d838b988ab3f387fb3cd2d93ddb6992fce2f398a Mon Sep 17 00:00:00 2001 From: Michael Gissing Date: Mon, 9 Sep 2024 22:36:38 +0200 Subject: [PATCH] fixup! try native macos arm64 build --- .github/workflows/build-macos.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 0aec403d..5c4f30b6 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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: |