File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI micro-ROS Agent
33on :
44 pull_request :
55 branches :
6- - ' rolling '
6+ - ' jazzy '
77 schedule :
88 - cron : ' 33 6 * * *'
99
@@ -15,10 +15,10 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 os : [ ubuntu-latest ]
18- ros_distribution : [ rolling ]
18+ ros_distribution : [ jazzy ]
1919 include :
2020 - docker_image : ubuntu:24.04
21- ros_distribution : rolling
21+ ros_distribution : jazzy
2222 container :
2323 image : ${{ matrix.docker_image }}
2424 steps :
3131 run : |
3232 apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333 apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34- - uses : ros-tooling/action-ros-ci@0.3.6
34+ - uses : ros-tooling/action-ros-ci@0.3.13
3535 with :
3636 package-name : " micro_ros_agent"
3737 target-ros2-distro : ${{ matrix.ros_distribution }}
You can’t perform that action at this time.
0 commit comments