CI: more explicitly denote cross-compilation targets

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-04-04 23:14:08 -07:00 committed by Stephen Gutekanst
parent 49f80de6ab
commit d0c55db017
2 changed files with 12 additions and 12 deletions

View file

@ -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