summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-02-09 13:06:40 +0000
committerGitHub <noreply@github.com>2021-02-09 13:06:40 +0000
commit0f15cb224347a97d9c0f6ab782af68139358e1ef (patch)
treef000a3ecea447dba89d84a3740bb3703bc29b6e1 /.github
parent5bbf3314342c3bf90a69ad729a65bbdfb3ffff90 (diff)
parent8762049792024df1be9f0b219438220bb9ee547d (diff)
downloadsystemd-0f15cb224347a97d9c0f6ab782af68139358e1ef.tar.gz
Merge pull request #18470 from mrc0mmand/ci-clang-12
ci: run build test with clang-12 as well
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index e4472511c2..dc136a5aa9 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