Skip to content

Commit

Permalink
Fix broken CI run on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed May 31, 2024
1 parent a879716 commit 6931177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6931177

Please sign in to comment.