diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-04 15:54:14 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-04 15:54:14 +0100 |
commit | 19db2f42586f4d485f642609ed54a839034813ba (patch) | |
tree | 8cf9e1f539431b8b681f655a95c8114e4510d7f3 /.github | |
parent | a7a1887869695f16a1114c355c13d731ed7be109 (diff) | |
download | systemd-19db2f42586f4d485f642609ed54a839034813ba.tar.gz |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_test.yml | 1 |
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 |