From f9c57ff285a51439d9d00106dd4ba7dbb35669b1 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Wed, 11 Feb 2026 00:20:23 -0500 Subject: [PATCH] Revert "`CI`: enable `macos` tests (#37005)" This reverts commit c179a3ccb7a5e3a6ff550feb04e97255f40256f2. --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 18f01715d..62a30bdde 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -107,6 +107,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@v6