Skip to content

Commit 36ecf5c

Browse files
[humble] updated ros-tooling versions (#288)
* updated ros-tooling scripts for humble Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]> * changed ros_distribution to humble Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]> * updated os version to ubuntu-22.04 Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]> * updated os version to ubuntu-21.04 Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]> * updated os version to ubuntu-20.04 Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>
1 parent f8a6d2d commit 36ecf5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-20.04 ]
19-
ros_distribution: [ rolling ]
19+
ros_distribution: [ humble ]
2020
include:
2121
- docker_image: ubuntu:jammy
22-
ros_distribution: rolling
22+
ros_distribution: humble
2323
container:
2424
image: ${{ matrix.docker_image }}
2525
steps:
2626
- uses: actions/checkout@v2
27-
- uses: ros-tooling/[email protected].0
27+
- uses: ros-tooling/[email protected].1
2828
with:
2929
use-ros2-testing: true
3030
required-ros-distributions: ${{ matrix.ros_distribution }}
@@ -35,7 +35,7 @@ jobs:
3535
apt-get install ros-${{ matrix.ros_distribution }}-rclcpp-action
3636
apt-get install ros-${{ matrix.ros_distribution }}-mimick-vendor
3737
apt-get -y install ros-${{ matrix.ros_distribution }}-performance-test-fixture
38-
- uses : ros-tooling/[email protected].4
38+
- uses : ros-tooling/[email protected].5
3939
with:
4040
package-name: "rclc rclc_examples rclc_lifecycle rclc_parameter"
4141
target-ros2-distro: ${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)