From 354d78e8937e503fa1ada44220c8e6077e0a29e4 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 1 Aug 2024 00:12:01 +0200 Subject: [PATCH] Temporarily disable LLVM for Linux --- .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 a0002aa20..7363a8746 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: env: LLVM_RELEASE_VERSION_WINDOWS: 18 LLVM_RELEASE_VERSION_MAC: 18 - LLVM_RELEASE_VERSION_LINUX: 18 + LLVM_RELEASE_VERSION_LINUX: 17 LLVM_DEV_VERSION: 20 jobs: @@ -210,7 +210,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18, 20] + llvm_version: [17, 20] steps: - uses: actions/checkout@v4 @@ -368,7 +368,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [17, 18] + llvm_version: [17] steps: - uses: actions/checkout@v4 - name: Install common deps