gpu-dawn: update macOS target triples
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0319db3e53
commit
f3f7e7c1cf
1 changed files with 2 additions and 2 deletions
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -241,7 +241,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (debug)
|
- name: install (debug)
|
||||||
run: zig build install -Dtarget=x86_64-macos.12-none
|
run: zig build install -Dtarget=x86_64-macos
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
|
|
@ -265,7 +265,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Doptimize=ReleaseFast -Dtarget=x86_64-macos.12-none
|
run: zig build install -Doptimize=ReleaseFast -Dtarget=x86_64-macos
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (release-fast)
|
- name: upload (release-fast)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue