CI: rename macos-gnu target -> macos-none

Reflecting breaking change in latest version of Zig

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-05-31 03:05:34 -07:00 committed by Stephen Gutekanst
parent 3a81754973
commit 539b643267
6 changed files with 16 additions and 16 deletions

View file

@ -13,7 +13,7 @@ jobs:
sudo apt install xz-utils
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.2439+c84f5a5f9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: x86_64-linux -> aarch64-macos
run: zig build test -Dtarget=aarch64-macos.12...12-gnu
run: zig build test -Dtarget=aarch64-macos.12-none
- name: test
run: |
zig build test