ci: fix macos runner for forks (#34053)

fix
pull/34055/head^2
Maxime Desroches 5 months ago committed by GitHub
parent 3e7270a30e
commit c71c2ab651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/selfdrive_tests.yaml

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

Loading…
Cancel
Save