summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-03-19 21:37:40 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-03-20 13:58:58 +0900
commit7af15421e37db875a1577dd092ab55881848bcf1 (patch)
treefe69a34bf63d7c002b711832e727e88ce4363754 /.github
parentde2c62e847f3b5b0c0796396086ebdce4e8a9ca4 (diff)
downloadsystemd-7af15421e37db875a1577dd092ab55881848bcf1.tar.gz
ci: drop clang-13, add clang-16
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index 9802b386c9..94e2b073f6 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -27,9 +27,9 @@ jobs:
env:
- { COMPILER: "gcc", COMPILER_VERSION: "11", LINKER: "bfd", CRYPTOLIB: "gcrypt" }
- { COMPILER: "gcc", COMPILER_VERSION: "12", LINKER: "gold", CRYPTOLIB: "openssl" }
- - { COMPILER: "clang", COMPILER_VERSION: "13", LINKER: "mold", CRYPTOLIB: "gcrypt" }
- - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "lld", CRYPTOLIB: "openssl" }
- - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "bfd", CRYPTOLIB: "auto" }
+ - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "mold", CRYPTOLIB: "gcrypt" }
+ - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "lld", CRYPTOLIB: "openssl" }
+ - { COMPILER: "clang", COMPILER_VERSION: "16", LINKER: "bfd", CRYPTOLIB: "auto" }
env: ${{ matrix.env }}
steps:
- name: Repository checkout