]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Test more Clang versions available in ubuntu-24
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Feb 2025 17:37:02 +0000 (18:37 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Feb 2025 18:56:11 +0000 (19:56 +0100)
.github/workflows/build.yaml

index 8e356769cc16299bbcf7bada6bf42706f965028e..b13e68b2cc5856d73a895d3f3c5cbab42995897c 100644 (file)
@@ -54,6 +54,18 @@ jobs:
             compiler: gcc
             version: "14"
 
+          - os: ubuntu-24.04
+            compiler: clang
+            version: "16"
+
+          - os: ubuntu-24.04
+            compiler: clang
+            version: "17"
+
+          - os: ubuntu-24.04
+            compiler: clang
+            version: "18"
+
           - os: macOS-13
             compiler: xcode
             version: "15.0.1"