From 0c59188c6cca07d01ede43053fc40a3148fa41be Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 23 Nov 2024 19:32:43 +0300 Subject: [PATCH] Try to debug and fix macos simulation build failure --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd9135a..965e453 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: retention-days: 1 build_simulator_macos: - runs-on: macos-latest + runs-on: macos-14 steps: - name: Install Arduino CLI run: brew install arduino-cli @@ -74,7 +74,7 @@ jobs: rm -f /usr/local/bin/python3* rm -f /usr/local/bin/python3*-config - name: Install Gazebo - run: brew update && brew tap osrf/simulation && brew install gazebo11 + run: brew update && brew tap osrf/simulation && brew install gazebo11 --verbose --debug - name: Install SDL2 run: brew install sdl2 - name: Build simulator