ci: disable macos builds (#1514)

* ci: fix macos builds

* Revert "ci: fix macos builds"

This reverts commit 433ca0d7f62ce49c2422b9549e1d92818f58cb71.

* disable
This commit is contained in:
Jason Wen
2025-11-25 16:56:53 -05:00
committed by GitHub
parent c53e2134e2
commit 42b2e1534b

View File

@@ -107,6 +107,7 @@ jobs:
build_mac:
name: build macOS
if: false # temp disable since gcc-arm-embedded install is getting stuck due to checksum mismatch
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