Skip to content

Commit

Permalink
Deactivate defunct MacOS gcc CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 28, 2024
1 parent 6142f19 commit 5e15d6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ jobs:
- os: macos-12
compiler: llvm-13

# We need to also deactivate some defunct MacOS gcc builds,
# as MacOS does not support those properly.
- os: macos-12
compiler: gcc-7
- os: macos-12
compiler: gcc-8
- os: macos-12
compiler: gcc-13

# -------------------------------------------------------
# include
# -------------------------------------------------------
Expand Down

0 comments on commit 5e15d6a

Please sign in to comment.