all: update macOS target triples

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-25 00:38:45 -07:00
parent 3e0fe63e63
commit d2ca4391e9
5 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Clone mach-glfw
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
- name: install (debug)
run: zig build install -Dtarget=aarch64-macos.12-none
run: zig build install -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (debug)
@ -34,7 +34,7 @@ jobs:
RELEASE_NAME: aarch64-macos-none_debug
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install (release-fast)
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (release-fast)