From 13509b92311c169d6aa12702108b8a7184857fc2 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 19 Dec 2024 19:51:44 +0100 Subject: [PATCH] Remove LLVM 20 from testing due to broken build. --- .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 08a18e7fe..8c58c2cba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -222,7 +222,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 19, 20] + llvm_version: [17, 18, 19] steps: - uses: actions/checkout@v4 @@ -390,7 +390,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 19, 20] + llvm_version: [17, 18, 19] steps: - uses: actions/checkout@v4 - name: Install common deps @@ -511,7 +511,7 @@ jobs: matrix: ubuntu_version: [20.04, 22.04] build_type: [Release, Debug] - llvm_version: [17, 18, 19, 20] + llvm_version: [17, 18, 19] steps: - uses: actions/checkout@v4