From: Thomas Weißschuh Date: Mon, 12 Dec 2022 19:34:23 +0000 (+0000) Subject: ci: update llvm to version 15 X-Git-Tag: v2.39-rc1~372^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc435930d29f6ca5c3e62daf71b76e5490b69b90;p=thirdparty%2Futil-linux.git ci: update llvm to version 15 Version 10 is not available from their apt repo anymore. Update to the latest available version. --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 6812f69eef..3df2ca8b05 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -26,8 +26,8 @@ jobs: env: - { COMPILER: "gcc", COMPILER_VERSION: "10", SANITIZE: "yes" } - { COMPILER: "gcc", COMPILER_VERSION: "10", SANITIZE: "no" } - - { COMPILER: "clang", COMPILER_VERSION: "10", SANITIZE: "yes" } - - { COMPILER: "clang", COMPILER_VERSION: "10", SANITIZE: "no" } + - { COMPILER: "clang", COMPILER_VERSION: "15", SANITIZE: "yes" } + - { COMPILER: "clang", COMPILER_VERSION: "15", SANITIZE: "no" } env: ${{ matrix.env }} steps: - name: Repository checkout