Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno authored Nov 8, 2024
1 parent e91be35 commit d50b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d50b62c

Please sign in to comment.