Skip to content

Commit

Permalink
update ROS2 CI tooling versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsunyixiao committed Jan 8, 2024
1 parent 4d8e674 commit 2992372
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
cmake-version: '3.16.x'
- name: setup ROS2
uses: ros-tooling/setup-ros@v0.6
uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true # remove this once vrpn package goes into foxy index
required-ros-distributions: foxy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
cmake-version: '3.22.x'
- name: setup ROS2
uses: ros-tooling/setup-ros@v0.6
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- name: ROS2 build and test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
cmake-version: '3.22.x'
- name: setup ROS2
uses: ros-tooling/setup-ros@0.6.2
uses: ros-tooling/setup-ros@0.7.1
with:
required-ros-distributions: iron
- name: ROS2 build and test
uses: ros-tooling/[email protected].2
uses: ros-tooling/[email protected].5
with:
package-name: vrpn_mocap
target-ros2-distro: iron
2 changes: 1 addition & 1 deletion .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
cmake-version: '3.22.x'
- name: setup ROS2
uses: ros-tooling/setup-ros@v0.6
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: rolling
- name: ROS2 build and test
Expand Down

0 comments on commit 2992372

Please sign in to comment.