From 59cb55cf94350f71a2ead7d60cc4205dec143f8f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 6 Jan 2025 00:56:25 +0300 Subject: [PATCH] Use ubuntu-20.04 runner to build simulator in CI The latest Ubuntu Gazebo 11 officially supports is Ubuntu 20.04 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4a976a..07dd5ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: python3 tools/check_c_cpp_properties.py build_simulator: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Install Arduino CLI uses: arduino/setup-arduino-cli@v1.1.1