]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Add GCC 14 build
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 17 May 2024 19:14:16 +0000 (21:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 17 May 2024 19:15:43 +0000 (21:15 +0200)
.github/workflows/build.yaml

index 3f5a4e3908861f3df53c1236118f86cd046f55d4..4fdce6e87b4e0ed4acfb7e3afffdf76c1550d441 100644 (file)
@@ -78,6 +78,10 @@ jobs:
             compiler: gcc
             version: "13"
 
+          - os: ubuntu-24.04
+            compiler: gcc
+            version: "14"
+
           - os: macOS-12
             compiler: xcode
             version: "13.4.1"