Skip to content

Commit

Permalink
Macos action (#138)
Browse files Browse the repository at this point in the history
* Using macos-13 runner for macos intel

* Removing macos intel for now

* Fixing typo

* Fixing typo

* Removing intel macos from benchmark
  • Loading branch information
cpinte authored Dec 5, 2024
1 parent 1404af1 commit 95fba9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
needs: build-and-test
strategy:
matrix:
compiler: [gfortran, ifort]
compiler: [gfortran]
runs-on: macos-13
env:
SYSTEM: ${{ matrix.compiler }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: restore binary artifact
uses: actions/download-artifact@v4
with:
name: mcfost-binary-${{ matrix.os }}-${{ {matrix.os == 'linux' && 'ifort'} || 'gfortran' }} # use ifort for binary release
name: mcfost-binary-${{ matrix.os }}-${{ matrix.os == 'linux' && 'ifort' || '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 95fba9f

Please sign in to comment.