Skip to content

Commit

Permalink
Update lint step to jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
adivardi committed Nov 27, 2024
1 parent 8164091 commit 3fc2c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
image: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-ros-base-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
distribution: iron
distribution: jazzy
package-name: |
opennav_coverage
opennav_coverage_bt
Expand Down

0 comments on commit 3fc2c29

Please sign in to comment.