From: Joel Rosdahl Date: Fri, 17 May 2024 19:14:16 +0000 (+0200) Subject: ci: Add GCC 14 build X-Git-Tag: v4.10~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8353f3d37fa00a091b32d97d2d9eb32ce3ece352;p=thirdparty%2Fccache.git ci: Add GCC 14 build --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3f5a4e39..4fdce6e8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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"