mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
ci: build with clang-13
Also, drop clang-10 builds to conserve resources.
This commit is contained in:
parent
9a89ab26d6
commit
bd8ea741a4
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
@ -20,9 +20,9 @@ jobs:
|
||||
env:
|
||||
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
||||
- { COMPILER: "gcc", COMPILER_VERSION: "11" }
|
||||
- { COMPILER: "clang", COMPILER_VERSION: "10" }
|
||||
- { COMPILER: "clang", COMPILER_VERSION: "11" }
|
||||
- { COMPILER: "clang", COMPILER_VERSION: "12" }
|
||||
- { COMPILER: "clang", COMPILER_VERSION: "13" }
|
||||
env: ${{ matrix.env }}
|
||||
steps:
|
||||
- name: Repository checkout
|
||||
|
Loading…
Reference in New Issue
Block a user