From: Joel Rosdahl Date: Sat, 28 May 2022 18:33:07 +0000 (+0200) Subject: ci: Add GCC 11 build on Ubuntu 22.04 X-Git-Tag: v4.7~213 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e52b9061e65abca82f0771fcfcfab0c76e3c2f86;p=thirdparty%2Fccache.git ci: Add GCC 11 build on Ubuntu 22.04 --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index db8283524..0ca55415e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -70,6 +70,10 @@ jobs: compiler: clang version: "12" + - os: ubuntu-22.04 + compiler: gcc + version: "11" + - os: macOS-10.15 compiler: xcode version: "10.3"