From 60a4fa475c549d16ffc0ef7106535a354ea5a9f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Tue, 15 Apr 2025 17:16:49 +0200 Subject: [PATCH] ci: update clang to version 20 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- .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 5c3472d03..2d43d1d1d 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -30,8 +30,8 @@ jobs: # gcc-13 has false-positives with ubsan - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "yes" } - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "no" } - - { COMPILER: "clang", COMPILER_VERSION: "19", SANITIZE: "yes" } - - { COMPILER: "clang", COMPILER_VERSION: "19", SANITIZE: "no" } + - { COMPILER: "clang", COMPILER_VERSION: "20", SANITIZE: "yes" } + - { COMPILER: "clang", COMPILER_VERSION: "20", SANITIZE: "no" } env: ${{ matrix.env }} steps: - name: Repository checkout -- 2.47.2