Skip to content

Commit

Permalink
231014.141924.HKT change awvwgk/setup-fortran to fortran-lang/setup-f…
Browse files Browse the repository at this point in the history
…ortran
  • Loading branch information
zaikunzhang committed Oct 14, 2023
1 parent 61545c2 commit 663480d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2130,3 +2130,4 @@ OPTCNTRL
OPTPRLOC
OSCIPANE
TWOBARS
lang
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Ninja / MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew install ninja
- uses: awvwgk/setup-fortran@main
- uses: fortran-lang/setup-fortran@main
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: bash .github/scripts/install_aocc

- name: Install gfortran
uses: awvwgk/setup-fortran@main
uses: fortran-lang/setup-fortran@main
id: setup-fortran
with:
compiler: gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress_test_fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Install gfortran
if: ${{ matrix.compiler == 'g' }}
uses: awvwgk/setup-fortran@main
uses: fortran-lang/setup-fortran@main
id: setup-fortran
with:
compiler: gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_O12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Setup Fortran
id: setup_fortran
uses: awvwgk/setup-fortran@main
uses: fortran-lang/setup-fortran@main
with:
compiler: ${{ matrix.compiler }}
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Setup Fortran
id: setup_fortran
uses: awvwgk/setup-fortran@main
uses: fortran-lang/setup-fortran@main
with:
compiler: ${{ matrix.compiler }}
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Setup Fortran
id: setup_fortran
uses: awvwgk/setup-fortran@main
uses: fortran-lang/setup-fortran@main
with:
compiler: ${{ matrix.compiler }}
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_gO3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Setup Fortran
id: setup_fortran
uses: awvwgk/setup-fortran@main
uses: fortran-lang/setup-fortran@main
with:
compiler: ${{ matrix.compiler }}
version: ${{ matrix.version }}
Expand Down

0 comments on commit 663480d

Please sign in to comment.