Skip to content

Commit

Permalink
fortran again ?
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jul 5, 2024
1 parent 57771a2 commit f0895c7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job1 - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -56,7 +56,7 @@ jobs:
run: brew install gcc m4 git flex bison

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job2 - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -58,7 +58,7 @@ jobs:
run: brew install gcc m4 git flex bison suitesparse hdf5

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job3 - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -60,7 +60,7 @@ jobs:
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job4-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job4 MPICH - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -67,7 +67,7 @@ jobs:
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job4-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job4 OpenMPI - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -72,7 +72,7 @@ jobs:
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake open-mpi

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job5-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job5 MPICH - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -67,7 +67,7 @@ jobs:
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job5-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12]
version: [12, 13]

name: Job5 OpenMPI - MacOS ${{ matrix.version }}
runs-on: macos-${{ matrix.version }}
Expand All @@ -72,7 +72,7 @@ jobs:
run: brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake open-mpi

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: brew install gcc coreutils

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Version
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: brew install gcc coreutils

- name: Symlink GCC & Fortran
run: ./etc/actions/macos/link_fortran.sh
run: ./etc/actions/macos/link_fortran.sh "$ARCH"

- name: Version
id: version
Expand Down

0 comments on commit f0895c7

Please sign in to comment.