mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
ci: build with gcc-11 as well
Focal builds for gcc-11 are finally available, so let's put them into some use.
This commit is contained in:
parent
410477a78f
commit
35a48d4b9a
1
.github/workflows/build_test.yml
vendored
1
.github/workflows/build_test.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
matrix:
|
||||
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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user