From 0273f6e7f2c23e3b4ffc5499297c5f193eb9f75a Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 21 Oct 2020 16:18:50 +0200 Subject: [PATCH] ci: build with clang-11 as well The LLVM nightly repositories now have a separate branch for clang-11, so let's build with it as well. --- .github/workflows/build_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index f73a141420..c9aec779c8 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -20,6 +20,7 @@ jobs: env: - { COMPILER: "gcc", COMPILER_VERSION: "10" } - { COMPILER: "clang", COMPILER_VERSION: "10" } + - { COMPILER: "clang", COMPILER_VERSION: "11" } env: ${{ matrix.env }} steps: - name: Repository checkout