ci: enable macos runners again (#495)

no need to block macos anymore. Turns out runners are free on github public repos
This commit is contained in:
DevTekVE
2024-12-23 01:03:21 +01:00
committed by GitHub
parent 37e493ce0d
commit bd49be185f

View File

@@ -95,7 +95,6 @@ jobs:
timeout-minutes: 30
build_mac:
if: github.repository == 'commaai/openpilot' # Blocking macos builds as well since they have a 10x miltiplier for GH action minutes, waaaay too much!
name: build macOS
runs-on: ${{ ((github.repository == 'commaai/openpilot') &&
((github.event_name != 'pull_request') ||