From fc435930d29f6ca5c3e62daf71b76e5490b69b90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 12 Dec 2022 19:34:23 +0000 Subject: [PATCH] ci: update llvm to version 15 Version 10 is not available from their apt repo anymore. Update to the latest available version. --- .github/workflows/cibuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3