Skip to content

Commit 3fc2c29

Browse files
committed
Update lint step to jazzy
1 parent 8164091 commit 3fc2c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
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: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
10+
image: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-ros-base-latest
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: iron
20+
distribution: jazzy
2121
package-name: |
2222
opennav_coverage
2323
opennav_coverage_bt

0 commit comments

Comments
 (0)