all: update macOS target triples
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3e0fe63e63
commit
d2ca4391e9
5 changed files with 7 additions and 7 deletions
2
libs/freetype/.github/workflows/ci.yml
vendored
2
libs/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.11.0-dev.3798+a5e15eced.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
- name: x86_64-linux -> aarch64-macos
|
||||
run: zig build -Dtarget=aarch64-macos.12-none
|
||||
run: zig build -Dtarget=aarch64-macos
|
||||
- name: test
|
||||
run: zig build test
|
||||
x86_64-windows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue