From 62887a6ce8add515cd2b7156fd21718b94943148 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 17 Sep 2024 00:28:53 +0200 Subject: [PATCH] Temporarily disable building with LLVM 19 and 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 19f4079c1..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, 20] + 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