Skip to content

Commit 43add02

Browse files
authored
Update to gcc-14 on MacOS following removal of gcc-11
1 parent 87ffaf9 commit 43add02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
echo "DOCSDIR = ${{github.workspace}}/DOCS" >> make.inc
9191
- name: Alias for GCC compilers
9292
run: |
93-
sudo ln -s $(which gcc-11) /usr/local/bin/gcc
94-
sudo ln -s $(which gfortran-11) /usr/local/bin/gfortran
93+
sudo ln -s $(which gcc-14) /usr/local/bin/gcc
94+
sudo ln -s $(which gfortran-14) /usr/local/bin/gfortran
9595
- name: Install
9696
run: |
9797
make -s -j2 all

0 commit comments

Comments
 (0)