Skip to content

Commit

Permalink
[CI] Bump ubuntu version of ament_lint jobs (#727)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3aa0b5c)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Dec 12, 2023
1 parent 91815a4 commit 69e5466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
linter: [cppcheck, copyright, lint_cmake]
env:
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: true
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 69e5466

Please sign in to comment.