Skip to content

Commit cdb6962

Browse files
committed
ci:macos: disable GCC for now as generally broken on GHA
1 parent 1c53d4f commit cdb6962

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ jobs:
105105

106106
strategy:
107107
matrix:
108-
c: [{cc: clang, cxx: clang++}, {cc: gcc-13, cxx: g++-13}]
108+
c: [{cc: clang, cxx: clang++}]
109+
110+
# {cc: gcc-13, cxx: g++-13} macos GHA broken in general for GCC
109111

110112
env:
111113
FC: gfortran-13

0 commit comments

Comments
 (0)