Skip to content

Commit f73ed3a

Browse files
committed
Updated CI to latest ROS 2 releases.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent 0a26c7c commit f73ed3a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI: foxy, galactic, rolling"
1+
name: "CI: humble, jazzy, rolling"
22

33
on:
44
push:
@@ -15,14 +15,19 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-20.04 ]
19-
ros_distribution: [ foxy, galactic, rolling ]
18+
include:
19+
- ros_distribution: "humble"
20+
os: "ubuntu-22.04"
21+
- ros_distribution: "jazzy"
22+
os: "ubuntu-24.04"
23+
- ros_distribution: "rolling"
24+
os: "ubuntu-24.04"
2025
steps:
21-
- uses: actions/checkout@v2.3.4
22-
- uses: ros-tooling/setup-ros@v0.2
26+
- uses: actions/checkout@v3
27+
- uses: ros-tooling/setup-ros@v0.7
2328
with:
2429
required-ros-distributions: ${{ matrix.ros_distribution }}
25-
- uses : ros-tooling/action-ros-ci@v0.2
30+
- uses : ros-tooling/action-ros-ci@v0.3
2631
with:
2732
package-name: "launch_system_modes system_modes system_modes_examples system_modes_msgs test_launch_system_modes "
2833
target-ros2-distro: ${{ matrix.ros_distribution }}
@@ -36,6 +41,6 @@ jobs:
3641
}
3742
}
3843
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
39-
- uses: codecov/codecov-action@v1.5.0
44+
- uses: codecov/codecov-action@v3
4045
with:
4146
file: ros_ws/lcov/total_coverage.info

0 commit comments

Comments
 (0)