From e52b9061e65abca82f0771fcfcfab0c76e3c2f86 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 28 May 2022 20:33:07 +0200 Subject: [PATCH] ci: Add GCC 11 build on Ubuntu 22.04 --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.47.3