From 1b54b3fa2586b3a4e12c705aab5f62085699b945 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 26 Jan 2024 13:16:17 +0300 Subject: [PATCH] Enable macOS build https://github.com/osrf/homebrew-simulation/pull/2526#issuecomment-1904384070 --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5df69c3..9f19958 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,6 @@ jobs: retention-days: 1 build_simulator_macos: - if: false # temporarily disable runs-on: macos-latest steps: - uses: actions/checkout@v3