]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Use ubuntu-24.04 for GCC 13
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 17 May 2024 17:26:32 +0000 (19:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 17 May 2024 19:15:43 +0000 (21:15 +0200)
Apparently the ubuntu-22.04 image no longer has the g++-13-multilib
package, at least not in GitHub.

.github/workflows/build.yaml

index 997460094d2253d7100ccd3a515c28b2fe5dc6fa..3f5a4e3908861f3df53c1236118f86cd046f55d4 100644 (file)
@@ -74,7 +74,7 @@ jobs:
             compiler: gcc
             version: "12"
 
-          - os: ubuntu-22.04
+          - os: ubuntu-24.04
             compiler: gcc
             version: "13"