From: Frantisek Sumsal Date: Thu, 4 Feb 2021 14:54:14 +0000 (+0100) Subject: ci: run build test with clang-12 as well X-Git-Tag: v248-rc1~177^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19db2f42586f4d485f642609ed54a839034813ba;p=thirdparty%2Fsystemd.git ci: run build test with clang-12 as well Ubuntu repositories for clang 12 are finally up, so let's use it in our CI. --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e4472511c2c..dc136a5aa99 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -21,6 +21,7 @@ jobs: - { COMPILER: "gcc", COMPILER_VERSION: "10" } - { COMPILER: "clang", COMPILER_VERSION: "10" } - { COMPILER: "clang", COMPILER_VERSION: "11" } + - { COMPILER: "clang", COMPILER_VERSION: "12" } env: ${{ matrix.env }} steps: - name: Repository checkout