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
4
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Clone mach-glfw
|
||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: install (debug)
|
||||
run: zig build install -Dtarget=aarch64-macos.12-none
|
||||
run: zig build install -Dtarget=aarch64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: upload (debug)
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
RELEASE_NAME: aarch64-macos-none_debug
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: install (release-fast)
|
||||
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none
|
||||
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: upload (release-fast)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue