]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Use Clang-Tidy 13
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Feb 2026 18:23:11 +0000 (19:23 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Feb 2026 19:25:12 +0000 (20:25 +0100)
.github/workflows/build.yaml

index 3d9884ef8bc711a5b2c4e3c897b8a34f05e58427..0662ccbbb95afd17d90f86515d266cafef932657 100644 (file)
@@ -564,11 +564,11 @@ jobs:
 
           - name: Clang-Tidy
             os: ubuntu-22.04
-            CC: clang-12
-            CXX: clang++-12
+            CC: clang-13
+            CXX: clang++-13
             RUN_TESTS: none
-            CMAKE_PARAMS: -DENABLE_CLANG_TIDY=ON -DCLANGTIDY=/usr/bin/clang-tidy-12
-            apt_get: libzstd-dev libhiredis-dev clang-12 clang-tidy-12
+            CMAKE_PARAMS: -DENABLE_CLANG_TIDY=ON -DCLANGTIDY=/usr/bin/clang-tidy-13
+            apt_get: libzstd-dev libhiredis-dev clang-13 clang-tidy-13
 
     steps:
       - name: Get source