We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4cae2 commit ceac296Copy full SHA for ceac296
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ on:
17
- "**.F90"
18
- "**/CMakeLists.txt"
19
- "**.cmake"
20
- - ".github/workflows/ci.yml"
+ - ".github/workflows/**"
21
- "!memcheck.cmake"
22
- "!coverage.cmake"
23
@@ -36,12 +36,12 @@ jobs:
36
- os: ubuntu-24.04
37
shared: true
38
gcc: 14
39
- - os: macos-latest
40
- shared: true
41
- gcc: 13
42
43
- shared: false
44
+ # - os: macos-latest
+ # shared: true
+ # gcc: 13
+ # shared: false
45
46
runs-on: ${{ matrix.os }}
47
env:
0 commit comments