Skip to content

Commit 21520bc

Browse files
authored
Merge pull request #243 from wpbonelli/setup-fortran
ci: fix awvwgk/setup-fortran -> fortran-lang/setup-fortran
2 parents fb714b6 + 461686f commit 21520bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/symlink_gfortran_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# get full gfortran version string
44
# assumes installed via brew as by
5-
# https://github.com/awvwgk/setup-fortran
5+
# https://github.com/fortran-lang/setup-fortran
66
#
77
# sed not head for first line, avoid ruby broken pipe issues
88
# (https://stackoverflow.com/a/2845541/6514033)

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
if [[ "$MF6_REMOTE" != "$req_remote" ]]; then exit 1; fi
148148
149149
- name: Setup gfortran
150-
uses: awvwgk/setup-fortran@v1
150+
uses: fortran-lang/setup-fortran@v1
151151
with:
152152
compiler: gcc
153153
version: 11

.github/workflows/ci_examples.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/[email protected]
3333

3434
- name: Setup gfortran
35-
uses: awvwgk/setup-fortran@v1
35+
uses: fortran-lang/setup-fortran@v1
3636
with:
3737
compiler: gcc
3838
version: 11

0 commit comments

Comments
 (0)