File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- name : " CI: foxy, galactic , rolling"
1+ name : " CI: humble, jazzy , rolling"
22
33on :
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 }}
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
You can’t perform that action at this time.
0 commit comments