glfw: CI: disable x86_64-macos -> aarch64-macos cross compilation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-11-27 00:08:29 -07:00 committed by Stephen Gutekanst
parent 306789ac73
commit eb44c884e4

View file

@ -79,10 +79,11 @@ jobs:
run: zig build test run: zig build test
env: env:
AGREE: true AGREE: true
- name: x86_64-macos -> aarch64-macos # TODO(build-system): https://github.com/hexops/mach/issues/108
run: zig build test -Dtarget=aarch64-macos # - name: x86_64-macos -> aarch64-macos
env: # run: zig build test -Dtarget=aarch64-macos
AGREE: true # env:
# AGREE: true
- name: x86_64-macos -> x86_64-windows - name: x86_64-macos -> x86_64-windows
run: zig build test -Dtarget=x86_64-windows run: zig build test -Dtarget=x86_64-windows
- name: x86_64-macos -> x86_64-linux - name: x86_64-macos -> x86_64-linux