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 7
7
name : ament_${{ matrix.linter }}
8
8
runs-on : ubuntu-latest
9
9
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
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
17
17
-
uses :
ros-tooling/[email protected]
18
18
with :
19
19
linter : ${{ matrix.linter }}
20
- distribution : kilted
20
+ distribution : rolling
21
21
package-name : |
22
22
opennav_coverage
23
23
opennav_coverage_bt
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
ROS_DISTRO : ${{ matrix.ros_distro }}
13
13
RMW_IMPLEMENTATION : rmw_cyclonedds_cpp
14
14
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
16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- ros_distro : [kilted ]
19
+ ros_distro : [rolling ]
20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- name : Install Cyclone DDS
You can’t perform that action at this time.
0 commit comments