Skip to content

Commit 68b02f6

Browse files
authored
chore: sync files
Signed-off-by: GitHub <noreply@github.com>
1 parent 8fd434c commit 68b02f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-differential.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
clang-tidy-differential:
6666
runs-on: ubuntu-latest
67-
container: ros:galactic
67+
container: ros:humble
6868
needs: build-and-test-differential
6969
steps:
7070
- name: Check out repository
@@ -83,7 +83,7 @@ jobs:
8383
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
8484
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
8585
with:
86-
rosdistro: galactic
86+
rosdistro: humble
8787
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
8888
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
8989
build-depends-repos: build_depends.repos

0 commit comments

Comments
 (0)