CI: tmp disable macOS due to brew bug (#36906)

* need update?

* try this

* x

* just disable it
This commit is contained in:
Adeeb Shihadeh
2025-12-17 09:37:30 -08:00
committed by GitHub
parent 1646fd94b8
commit be2818a131

View File

@@ -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