Skip to content

Commit 5e15d6a

Browse files
committed
Deactivate defunct MacOS gcc CI builds
1 parent 6142f19 commit 5e15d6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ jobs:
117117
- os: macos-12
118118
compiler: llvm-13
119119

120+
# We need to also deactivate some defunct MacOS gcc builds,
121+
# as MacOS does not support those properly.
122+
- os: macos-12
123+
compiler: gcc-7
124+
- os: macos-12
125+
compiler: gcc-8
126+
- os: macos-12
127+
compiler: gcc-13
128+
120129
# -------------------------------------------------------
121130
# include
122131
# -------------------------------------------------------

0 commit comments

Comments
 (0)