From 885980a230e8a303ebe6079ddb99a67d56278d8a Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Sep 2024 17:55:57 +0200 Subject: [PATCH] Update clang version --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ec13000..c8b825a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -34,8 +34,8 @@ jobs: c_compiler: gcc cpp_compiler: g++ - os: ubuntu-latest - c_compiler: clang - cpp_compiler: clang++ + c_compiler: clang-18 + cpp_compiler: clang++-18 exclude: - os: windows-latest c_compiler: gcc