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
freetype/.github/workflows/ci.yml
vendored
2
freetype/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue