]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: drop clang-13, add clang-16
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 19 Mar 2023 20:37:40 +0000 (21:37 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Mar 2023 04:58:58 +0000 (13:58 +0900)
.github/workflows/build_test.yml

index 9802b386c97fae701651ea0a22c50bb946a720fe..94e2b073f6b146ea72d74029987662c274923b58 100644 (file)
@@ -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