projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a89ab2
)
ci: build with clang-13
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 14 Sep 2021 17:06:01 +0000
(19:06 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 14 Sep 2021 17:06:01 +0000
(19:06 +0200)
Also, drop clang-10 builds to conserve resources.
.github/workflows/build_test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build_test.yml
b/.github/workflows/build_test.yml
index 486016abc18bb020375893e7da1eb6f1dbe31c58..3bb0cbddb21e8055d676e89e700232c0c3e2a03f 100644
(file)
--- a/
.github/workflows/build_test.yml
+++ b/
.github/workflows/build_test.yml
@@
-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