CI: more explicitly denote cross-compilation targets
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
49f80de6ab
commit
d0c55db017
2 changed files with 12 additions and 12 deletions
6
.github/workflows/m1_ci.yml
vendored
6
.github/workflows/m1_ci.yml
vendored
|
|
@ -31,10 +31,10 @@ jobs:
|
|||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-macos
|
||||
run: zig build test -Dtarget=x86_64-macos
|
||||
run: zig build test -Dtarget=x86_64-macos.12-gnu
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows-gnu
|
||||
- name: aarch64-macos -> x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux-gnu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue