Skip to content

Commit b14cb2c

Browse files
committed
only run CI on rolling
1 parent 60e3c91 commit b14cb2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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:
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)