Skip to content

Commit

Permalink
Ubuntu version bump up in the ros-lint action workspace (#269)
Browse files Browse the repository at this point in the history
* Ubuntu version bump up in the ros-lint action workspace

* fixed the format
  • Loading branch information
aalmrad authored Feb 12, 2025
1 parent 566c345 commit 9c07a26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04 # Updated to match your Ubuntu version bump
strategy:
fail-fast: false
matrix:
linter: [cppcheck, copyright]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
- name: Set environment variable for cppcheck 2.7
run: echo "AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS=1" >> $GITHUB_ENV
- uses: ros-tooling/[email protected]
with:
distribution: rolling
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:

ament_lint_100:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9c07a26

Please sign in to comment.