Skip to content

Commit

Permalink
on osx image, gfortran is aliased as gfortran-12
Browse files Browse the repository at this point in the history
  • Loading branch information
dryman committed Mar 5, 2024
1 parent c4bf5a9 commit f00dedd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dependencies
run: |
brew update
brew install homebrew/core/gfortran cmake
- name: Configure
uses: threeal/[email protected]
with:
options: CMAKE_Fortran_COMPILER=/opt/homebrew/bin/gfortran
options: CMAKE_Fortran_COMPILER=gfortran-12
run-build: true
run-test: true

0 comments on commit f00dedd

Please sign in to comment.