diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-05-16 12:42:08 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-05-16 22:28:04 +0200 |
commit | 35a48d4b9a4a73e18ef883d0eafee754c901db6f (patch) | |
tree | 20201568c5f6faa82e7088ca23cb5ff0048cc72b /.github | |
parent | Fixed a typo (diff) | |
download | systemd-35a48d4b9a4a73e18ef883d0eafee754c901db6f.tar.xz systemd-35a48d4b9a4a73e18ef883d0eafee754c901db6f.zip |
ci: build with gcc-11 as well
Focal builds for gcc-11 are finally available, so let's put them into
some use.
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 dc136a5aa9..486016abc1 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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" } |