diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30b156a90..b328b83e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -446,7 +446,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [15, 16, 17, 18] + llvm_version: [15, 16, 17] steps: - uses: actions/checkout@v4 - name: Download LLVM