From d2c44717f17192b5ee2b51fc75be7354dc63b0d3 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 20 Mar 2025 10:09:48 +0100 Subject: [PATCH] Exclude 21 due to packaging errors of LLVM. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07e74d7ac..c2d6e6bb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -229,7 +229,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 19, 20, 21] + llvm_version: [17, 18, 19, 20] steps: - uses: actions/checkout@v4 @@ -407,7 +407,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 19, 20, 21] + llvm_version: [17, 18, 19, 20] steps: - uses: actions/checkout@v4 - name: Install common deps