CI: correct macos pipeline name
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e5642c5471
commit
4f5588a70c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -44,8 +44,8 @@ jobs:
|
||||||
# run: zig build test
|
# run: zig build test
|
||||||
- name: webgpu::test
|
- name: webgpu::test
|
||||||
run: cd webgpu && zig build test
|
run: cd webgpu && zig build test
|
||||||
mac:
|
x86_64-macos:
|
||||||
runs-on: x86_64-macos
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue