Skip to content

Commit ff84d70

Browse files
authored
Fixes CI failing on MacOS
1 parent 37a1ed1 commit ff84d70

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
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Install GFortran macOS
5656
if: contains( matrix.os, 'macos')
57-
run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || true
57+
run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || brew link gcc@${GCC_V} || true
5858

5959
- name: Configure with CMake
6060
run: cmake -Wdev -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAXIMUM_RANK=4 -S . -B build

0 commit comments

Comments
 (0)