]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Enable ubuntu-24.04 builds again
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 17 Oct 2024 18:44:11 +0000 (20:44 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 18 Oct 2024 19:00:08 +0000 (21:00 +0200)
.github/workflows/build.yaml

index 29a36aed92f9c78025de792c8ccdf7d6c2c9f4e7..4deb94d4121c30e55c1867134a19ea94c8300755 100644 (file)
@@ -74,14 +74,13 @@ jobs:
             compiler: gcc
             version: "12"
 
-# Temporarily disabled due to GitHub Actions problems.
-          # - os: ubuntu-24.04
-          #   compiler: gcc
-          #   version: "13"
-
-          # - os: ubuntu-24.04
-          #   compiler: gcc
-          #   version: "14"
+          - os: ubuntu-24.04
+            compiler: gcc
+            version: "13"
+
+          - os: ubuntu-24.04
+            compiler: gcc
+            version: "14"
 
           - os: macOS-13
             compiler: xcode