CI: enable macos tests (#37005)

enable macos tests
This commit is contained in:
Mauricio Alvarez Leon
2026-01-19 16:45:45 -08:00
committed by GitHub
parent 13efc421c4
commit c179a3ccb7

View File

@@ -91,7 +91,6 @@ 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