From bd49be185fa327d28bcdb62ec509d3d3270b3317 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Mon, 23 Dec 2024 01:03:21 +0100 Subject: [PATCH] ci: enable macos runners again (#495) no need to block macos anymore. Turns out runners are free on github public repos --- .github/workflows/selfdrive_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 6bb55716a2..d0e3486020 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -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') ||