Skip to content

Commit

Permalink
iox-#2099 Update ROS 2 toolchain to latest release
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Dec 4, 2023
1 parent 9acd992 commit b59b3f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: 9
platform: x64
- uses: jwlawson/actions-setup-cmake@v1.12
- uses: jwlawson/actions-setup-cmake@v1.13
with:
cmake-version: '3.16.3' # version used in Ubuntu 20.04 LTS
- run: ./tools/ci/build-test-ubuntu.sh
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:
needs: pre-flight-check
steps:
- name: Setup ROS
uses: ros-tooling/setup-ros@0.2.1
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: foxy
required-ros-distributions: iron
- uses: actions/checkout@v2
- run: ./tools/ci/run-integration-test.sh

Expand Down

0 comments on commit b59b3f9

Please sign in to comment.