From e674bc1355a4c85c807b3494b26090f7b7d4c99e Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Fri, 28 Mar 2025 21:06:02 -0700 Subject: [PATCH] Use Github Actions macOS runners for external contributors (#34956) mac --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 67a76a4232..1c290732b8 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -85,7 +85,7 @@ jobs: build_mac: name: build macOS - runs-on: ${{ github.repository == 'commaai/openpilot' && 'namespace-profile-macos-8x14' || 'macos-latest' }} + runs-on: ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-macos-8x14' || 'macos-latest' }} steps: - uses: actions/checkout@v4 with: