From 44fcba2e3a7e549b99b4b48d14d061b041381407 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 1 Oct 2024 15:58:23 +0200 Subject: [PATCH] Remove LLVM 20 --- .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 f42e4fa3e..4d55488b8 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, 20] + llvm_version: [17, 18, 19] steps: - uses: actions/checkout@v4 @@ -375,7 +375,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 @@ -496,7 +496,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