From e9afe4ee258eabf2024bc849efccec3744d669f2 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 26 Apr 2024 18:09:03 +0200 Subject: [PATCH] Update CI script for mac. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30b156a90..b328b83e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -446,7 +446,7 @@ jobs: fail-fast: false matrix: build_type: [Release, Debug] - llvm_version: [15, 16, 17, 18] + llvm_version: [15, 16, 17] steps: - uses: actions/checkout@v4 - name: Download LLVM