diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 66dca82..67b4bdd 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -23,7 +23,7 @@ jobs: - name: Archive Linux binaries run: sh ./.github/workflows/make-archives.sh linux - name: Build binaries for macOS - run: make clean && make release CC="zig cc -target arm64-macos" + run: make clean && make release CC="zig cc -target aarch64-macos" - name: Archive macOS binaries run: sh ./.github/workflows/make-archives.sh macos - name: Upload all