Skip to content

Commit aabe846

Browse files
authored
Update clang-tidy github action (#6116)
1 parent 641b06e commit aabe846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
tidy:
77
runs-on: ubuntu-latest
88
container:
9-
image: pointcloudlibrary/env:22.04
9+
image: pointcloudlibrary/env:24.04
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Run clang-tidy
1515
run: |
1616
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
17-
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_COMPILER=/usr/bin/clang-14 -DCMAKE_C_COMPILER=/usr/bin/clang-14 . \
17+
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_COMPILER=/usr/bin/clang-18 -DCMAKE_C_COMPILER=/usr/bin/clang-18 . \
1818
-DBUILD_benchmarks=ON \
1919
-DBUILD_examples=ON \
2020
-DBUILD_simulation=ON \

0 commit comments

Comments
 (0)