From 33ec81cb912563cc488f84a58643fc371e96ee75 Mon Sep 17 00:00:00 2001 From: 0vercl0k <1476421+0vercl0k@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:51:00 -0700 Subject: [PATCH] bump clang version --- .github/workflows/rp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rp.yml b/.github/workflows/rp.yml index ac47105..9b2c6f9 100644 --- a/.github/workflows/rp.yml +++ b/.github/workflows/rp.yml @@ -73,8 +73,8 @@ jobs: - name: Build with clang if: matrix.compiler == 'clang' env: - CC: clang-17 - CXX: clang++-17 + CC: clang-18 + CXX: clang++-18 run: | cd src/build chmod u+x ./build-release.sh