CI: re-enable x86_64-macos -> aarch64-macos cross compilation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-11-28 20:48:39 -07:00 committed by Stephen Gutekanst
parent 256fea8e5f
commit 2337d9d832

View file

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