From: Joel Rosdahl Date: Fri, 17 May 2024 17:26:32 +0000 (+0200) Subject: ci: Use ubuntu-24.04 for GCC 13 X-Git-Tag: v4.10~17 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfbfa4c1f43ac88cc94818896c87fd6383e6f5ee;p=thirdparty%2Fccache.git ci: Use ubuntu-24.04 for GCC 13 Apparently the ubuntu-22.04 image no longer has the g++-13-multilib package, at least not in GitHub. --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99746009..3f5a4e39 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,7 +74,7 @@ jobs: compiler: gcc version: "12" - - os: ubuntu-22.04 + - os: ubuntu-24.04 compiler: gcc version: "13"