Skip to content

Commit

Permalink
Update CI scripts to use Ubuntu Noble distros for linters (#1816)
Browse files Browse the repository at this point in the history
- Rationale: Uncrustify on CI throws formating errors different from
the latest version compiled from sources.

Signed-off-by: Michael Orlov <[email protected]>
  • Loading branch information
MichaelOrlov authored Sep 21, 2024
1 parent 2d4d02f commit fd8dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-rolling-ros-base-latest
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fd8dd26

Please sign in to comment.