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
+1 -1
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: