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
8
gpu-dawn/.github/workflows/ci.yml
vendored
8
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -161,13 +161,13 @@ 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 -Ddawn-from-source=true -Dtarget=x86_64-macos.12-gnu
|
||||
run: zig build install -Ddawn-from-source=true -Dtarget=x86_64-macos.12-none
|
||||
env:
|
||||
AGREE: true
|
||||
- name: upload (debug)
|
||||
run: ./dev/upload-release.sh
|
||||
env:
|
||||
RELEASE_NAME: x86_64-macos-gnu_debug
|
||||
RELEASE_NAME: x86_64-macos-none_debug
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
x86_64-macos_release-fast:
|
||||
runs-on: macos-latest
|
||||
|
|
@ -185,11 +185,11 @@ jobs:
|
|||
- name: Clone mach-glfw
|
||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: install (release-fast)
|
||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=x86_64-macos.12-gnu
|
||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=x86_64-macos.12-none
|
||||
env:
|
||||
AGREE: true
|
||||
- name: upload (release-fast)
|
||||
run: ./dev/upload-release.sh
|
||||
env:
|
||||
RELEASE_NAME: x86_64-macos-gnu_release-fast
|
||||
RELEASE_NAME: x86_64-macos-none_release-fast
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue