mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
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.
This commit is contained in:
parent
a7a1887869
commit
19db2f4258
1
.github/workflows/build_test.yml
vendored
1
.github/workflows/build_test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user