From d5a96ed637c685ad241704a0d5338df8291b65ba Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 20 Sep 2024 19:16:33 +0200 Subject: [PATCH] Disabling LLVM 19 again. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddc3d3a37..95ee7ac8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -216,7 +216,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 19] + llvm_version: [17, 18] steps: - uses: actions/checkout@v4 @@ -375,7 +375,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 19] + llvm_version: [17, 18] steps: - uses: actions/checkout@v4 - name: Install common deps @@ -496,7 +496,7 @@ jobs: matrix: ubuntu_version: [20.04, 22.04] build_type: [Release, Debug] - llvm_version: [17, 18, 19] + llvm_version: [17, 18] steps: - uses: actions/checkout@v4