Skip to content

Commit 730e926

Browse files
[CI] Bump ubuntu version of ament_lint jobs (backport #1092) (#1212)
* [CI] Bump ubuntu version of ament_lint jobs (#1092) (cherry picked from commit a53b2e0) * Update ci-ros-lint.yml --------- Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent f9f4e92 commit 730e926

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-ros-lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
jobs:
66
ament_lint:
77
name: ament_${{ matrix.linter }}
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
strategy:
1010
fail-fast: false
1111
matrix:
1212
linter: [cppcheck, copyright, lint_cmake]
13+
env:
14+
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: true
1315
steps:
1416
- uses: actions/checkout@v4
1517
- uses: ros-tooling/[email protected]
@@ -29,7 +31,7 @@ jobs:
2931

3032
ament_lint_100:
3133
name: ament_${{ matrix.linter }}
32-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3335
strategy:
3436
fail-fast: false
3537
matrix:

0 commit comments

Comments
 (0)