From be2818a131997214b8a284722e8060988422e100 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 17 Dec 2025 09:37:30 -0800 Subject: [PATCH] CI: tmp disable macOS due to brew bug (#36906) * need update? * try this * x * just disable it --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c5802b5cb2..f0028841a0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -91,6 +91,7 @@ jobs: build_mac: name: build macOS + if: false # tmp disable due to brew install not working 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