From 6aac89a8098dd5e6151ef4ec494dfa42fac0ef43 Mon Sep 17 00:00:00 2001 From: Carsten Rudolph <18394207+crud89@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:13:35 +0200 Subject: [PATCH] Relax clang version requirement. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562c48862..1e4262ffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: if: ${{ matrix.compiler == 'clang' }} uses: KyleMayes/install-llvm-action@v2 with: - version: "18.0" + version: "18" - name: Setup build and test environment id: setup-environment