mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Self Hosted Mac Runner (#3827)
Co-authored-by: Connor Fitzgerald <connor@modyfi.io>
This commit is contained in:
parent
1d2a667b71
commit
7bbccbe1d9
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -192,11 +192,17 @@ jobs:
|
||||
os: windows-2022
|
||||
backends: dx12
|
||||
|
||||
# Mac
|
||||
- name: Mac aarch64
|
||||
os: [self-hosted, macOS]
|
||||
backends: metal
|
||||
|
||||
# Linux
|
||||
- name: Linux x86_64
|
||||
os: ubuntu-22.04
|
||||
backends: vulkan gl
|
||||
|
||||
|
||||
name: Test ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@ -245,6 +251,7 @@ jobs:
|
||||
|
||||
- name: caching
|
||||
uses: Swatinem/rust-cache@v2
|
||||
if: matrix.os[0] != 'self-hosted'
|
||||
with:
|
||||
key: test-${{ matrix.os }}-${{ env.CACHE_SUFFIX }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user