1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

ci: build with clang-13

Also, drop clang-10 builds to conserve resources.
This commit is contained in:
Frantisek Sumsal 2021-09-14 19:06:01 +02:00
parent 9a89ab26d6
commit bd8ea741a4

View File

@ -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