From 69311775750c4d34827f096d6b815e74578983bc Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Fri, 31 May 2024 18:01:08 +0200 Subject: [PATCH] Fix broken CI run on Mac --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d80b06a..0ff1201 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,11 +89,14 @@ jobs: - os: ubuntu-22.04 compiler: llvm-9 - # Older GCC versions are also not supported by MacOS 12 any more + # Older GCC versions are also not supported by MacOS 12 any more. + # Also excluding a broken current one for now... Fix later! - os: macos-12 compiler: gcc-7 - os: macos-12 compiler: gcc-8 + - os: macos-12 + compiler: gcc-13 # We also currently exclude clang from macos, as it fails with different types of # linker errors. As this is merely a problem in the setup, we defer solving this for now.