CI: disable x86_64-macos -> aarch64-macos cross compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
eb44c884e4
commit
c68a2881e0
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -88,10 +88,11 @@ jobs:
|
||||||
run: cd ${{ matrix.project }} && zig build test
|
run: cd ${{ matrix.project }} && 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: cd ${{ matrix.project }} && zig build test -Dtarget=aarch64-macos
|
# - name: x86_64-macos -> aarch64-macos
|
||||||
env:
|
# run: cd ${{ matrix.project }} && 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: cd ${{ matrix.project }} && zig build test -Dtarget=x86_64-windows
|
run: cd ${{ matrix.project }} && zig build test -Dtarget=x86_64-windows
|
||||||
- name: x86_64-macos -> x86_64-linux
|
- name: x86_64-macos -> x86_64-linux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue