Skip to content

Commit b730745

Browse files
committed
try latest
1 parent db297c3 commit b730745

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: 13
17+
version: latest
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-13 --version
30+
gfortran --version
3131
cmake $GITHUB_WORKSPACE -DFORTRAN=ON
3232
3333
- name: Build

0 commit comments

Comments
 (0)