Skip to content

Commit 21eb81c

Browse files
committed
try gf14
1 parent b730745 commit 21eb81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-fortran-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: setup-fortran
1515
with:
1616
compiler: gcc
17-
version: latest
17+
version: 14
1818

1919
# - name: Install GFortran
2020
# run: brew install gfortran gcc
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: ${{runner.workspace}}/build
2828
run: |
2929
cmake --version
30-
gfortran --version
30+
gfortran-14 --version
3131
cmake $GITHUB_WORKSPACE -DFORTRAN=ON
3232
3333
- name: Build

0 commit comments

Comments
 (0)