ci: fix macos runner for forks (#34053)

fix
This commit is contained in:
Maxime Desroches 2024-11-18 15:04:03 -08:00 committed by GitHub
parent 3e7270a30e
commit c71c2ab651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
build_mac:
name: build macOS
runs-on: namespace-profile-macos-8x14
runs-on: ${{ github.repository == 'commaai/openpilot' && 'namespace-profile-macos-8x14' || 'macos-latest' }}
steps:
- uses: actions/checkout@v4
with: