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:
parent
3a81754973
commit
539b643267
6 changed files with 16 additions and 16 deletions
2
.github/workflows/m1_ci.yml
vendored
2
.github/workflows/m1_ci.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-macos
|
||||
run: zig build test -Dtarget=x86_64-macos.12-gnu
|
||||
run: zig build test -Dtarget=x86_64-macos.12-none
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue