CI: correct macos pipeline name

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-25 16:45:50 -07:00 committed by Stephen Gutekanst
parent e5642c5471
commit 4f5588a70c

View file

@ -44,8 +44,8 @@ jobs:
# run: zig build test
- name: webgpu::test
run: cd webgpu && zig build test
mac:
runs-on: x86_64-macos
x86_64-macos:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2