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