Skip to content

Commit

Permalink
just use gfortran for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
conradtchan committed Oct 5, 2023
1 parent 6e09f4d commit f406bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [linux, macos]
compiler: [gfortran, ifort]
compiler: [gfortran]
openmp: [yes, no]

include:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
needs: build-and-test
strategy:
matrix:
compiler: [gfortran, ifort]
compiler: [gfortran]
runs-on: macos-12
env:
SYSTEM: ${{ matrix.compiler }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: restore binary artifact
uses: actions/download-artifact@v3
with:
name: mcfost-binary-${{ matrix.os }}-ifort # use ifort for binary release
name: mcfost-binary-${{ matrix.os }}-gfortran # use ifort for binary release
path: src/

- name: simple check to make sure the binary runs in a clean environment
Expand Down

0 comments on commit f406bf8

Please sign in to comment.