Use ubuntu-20.04 runner to build simulator in CI

The latest Ubuntu Gazebo 11 officially supports is Ubuntu 20.04
This commit is contained in:
Oleg Kalachev 2025-01-06 00:56:25 +03:00
parent 5db1258f78
commit 59cb55cf94

View File

@ -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