From: Frantisek Sumsal Date: Sun, 16 May 2021 10:42:08 +0000 (+0200) Subject: ci: build with gcc-11 as well X-Git-Tag: v249-rc1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35a48d4b9a4a73e18ef883d0eafee754c901db6f;p=thirdparty%2Fsystemd.git ci: build with gcc-11 as well Focal builds for gcc-11 are finally available, so let's put them into some use. --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index dc136a5aa99..486016abc18 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -19,6 +19,7 @@ jobs: matrix: env: - { COMPILER: "gcc", COMPILER_VERSION: "10" } + - { COMPILER: "gcc", COMPILER_VERSION: "11" } - { COMPILER: "clang", COMPILER_VERSION: "10" } - { COMPILER: "clang", COMPILER_VERSION: "11" } - { COMPILER: "clang", COMPILER_VERSION: "12" }