File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 name : ament_${{ matrix.linter }}
88 runs-on : ubuntu-latest
99 container :
10- image : ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-kilted -ros-base:master
10+ image : ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-rolling -ros-base:master
1111 strategy :
1212 fail-fast : false
1313 matrix :
1717 -
uses :
ros-tooling/[email protected] 1818 with :
1919 linter : ${{ matrix.linter }}
20- distribution : kilted
20+ distribution : rolling
2121 package-name : |
2222 opennav_coverage
2323 opennav_coverage_bt
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 ROS_DISTRO : ${{ matrix.ros_distro }}
1313 RMW_IMPLEMENTATION : rmw_cyclonedds_cpp
1414 container :
15- image : ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-kilted -ros-base:master
15+ image : ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-rolling -ros-base:master
1616 strategy :
1717 fail-fast : false
1818 matrix :
19- ros_distro : [kilted ]
19+ ros_distro : [rolling ]
2020 steps :
2121 - uses : actions/checkout@v2
2222 - name : Install Cyclone DDS
You can’t perform that action at this time.
0 commit comments