Skip to content

Commit 7e8e744

Browse files
committed
Remov gfortran from Mac build
1 parent 8f6dc3e commit 7e8e744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: runner.os == 'macOS'
4141
run: |
4242
brew update
43-
brew install cmake lcov gfortran
43+
brew install cmake lcov
4444
4545
- name: Configure and build
4646
run: |

0 commit comments

Comments
 (0)