We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8164091 commit 3fc2c29Copy full SHA for 3fc2c29
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
name: ament_${{ matrix.linter }}
8
runs-on: ubuntu-latest
9
container:
10
- image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
+ image: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-ros-base-latest
11
strategy:
12
fail-fast: false
13
matrix:
@@ -17,7 +17,7 @@ jobs:
17
- uses: ros-tooling/[email protected]
18
with:
19
linter: ${{ matrix.linter }}
20
- distribution: iron
+ distribution: jazzy
21
package-name: |
22
opennav_coverage
23
opennav_coverage_bt
0 commit comments