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 : rostooling/ setup-ros-docker: ubuntu-noble-ros-jazzy-ros-base-latest
10+ image : ghcr.io/ros-tooling/ setup-ros-docker/setup-ros-docker- ubuntu-noble-ros-kilted-desktop:master
1111 strategy :
1212 fail-fast : false
1313 matrix :
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
1212 ROS_DISTRO : ${{ matrix.ros_distro }}
1313 RMW_IMPLEMENTATION : rmw_cyclonedds_cpp
1414 container :
15- image : rostooling/ setup-ros-docker: ubuntu-noble-latest
15+ image : ghcr.io/ros-tooling/ setup-ros-docker/setup-ros-docker- ubuntu-noble-ros-kilted-desktop:master
1616 strategy :
1717 fail-fast : false
1818 matrix :
19- ros_distro : [jazzy ]
19+ ros_distro : [kilted ]
2020 steps :
2121 - uses : actions/checkout@v2
2222 - name : Install Cyclone DDS
2323 run : sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
2424 - name : Build and run tests
2525 id : action-ros-ci
26- uses : ros-tooling/action-ros-ci@v0.3
26+ uses : ros-tooling/action-ros-ci@v0.4
2727 with :
2828 import-token : ${{ secrets.GITHUB_TOKEN }}
2929 target-ros2-distro : ${{ matrix.ros_distro }}
You can’t perform that action at this time.
0 commit comments