Skip to content

Commit

Permalink
Use ubuntu-20.04 runner to build simulator in CI
Browse files Browse the repository at this point in the history
The latest Ubuntu Gazebo 11 officially supports is Ubuntu 20.04
  • Loading branch information
okalachev committed Jan 5, 2025
1 parent 5db1258 commit 59cb55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59cb55c

Please sign in to comment.