From c71c2ab6518e33c8ce84ab1415c283a34ac2e91d Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 18 Nov 2024 15:04:03 -0800 Subject: [PATCH] ci: fix macos runner for forks (#34053) fix --- .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 01ffef8e7f..32f2ab306e 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -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: