From: Joel Rosdahl Date: Thu, 17 Oct 2024 18:44:11 +0000 (+0200) Subject: ci: Enable ubuntu-24.04 builds again X-Git-Tag: v4.11~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04b62698181237f0abc6236e436aac1d0dcadbba;p=thirdparty%2Fccache.git ci: Enable ubuntu-24.04 builds again --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 29a36aed..4deb94d4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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