CI: fix macos target triple

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-25 00:01:11 -07:00
parent 8a05b449ab
commit 419d82d5fd

View file

@ -31,11 +31,11 @@ jobs:
# if: matrix.project == 'libs/freetype' || matrix.project == 'libs/glfw'
# run: zig build -Dtarget=x86_64-linux-musl
- name: x86_64-linux -> x86_64-macos
run: zig build -Dtarget=x86_64-macos.12-none
run: zig build -Dtarget=x86_64-macos
env:
AGREE: true
- name: x86_64-linux -> aarch64-macos
run: zig build -Dtarget=aarch64-macos.12-none
run: zig build -Dtarget=aarch64-macos
env:
AGREE: true
- name: x86_64-linux -> x86_64-windows