Self Hosted Mac Runner (#3827)

Co-authored-by: Connor Fitzgerald <connor@modyfi.io>
This commit is contained in:
Connor Fitzgerald 2023-06-05 11:38:30 -04:00 committed by GitHub
parent 1d2a667b71
commit 7bbccbe1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}