Skip to content

Commit ceac296

Browse files
committed
ci: disable macOS: GHA bug
1 parent 3c4cae2 commit ceac296

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- "**.F90"
1818
- "**/CMakeLists.txt"
1919
- "**.cmake"
20-
- ".github/workflows/ci.yml"
20+
- ".github/workflows/**"
2121
- "!memcheck.cmake"
2222
- "!coverage.cmake"
2323

@@ -36,12 +36,12 @@ jobs:
3636
- os: ubuntu-24.04
3737
shared: true
3838
gcc: 14
39-
- os: macos-latest
40-
shared: true
41-
gcc: 13
42-
- os: macos-latest
43-
shared: false
44-
gcc: 13
39+
# - os: macos-latest
40+
# shared: true
41+
# gcc: 13
42+
# - os: macos-latest
43+
# shared: false
44+
# gcc: 13
4545

4646
runs-on: ${{ matrix.os }}
4747
env:

0 commit comments

Comments
 (0)