Skip to content

Commit

Permalink
Update linux_and_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokemono authored Nov 26, 2024
1 parent a7f75c4 commit c4d1dab
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
Run-on-Ubuntu:
name: test-compile on Ubuntu
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: build
Expand All @@ -48,15 +48,8 @@ jobs:
run: |
brew info gfortran
brew info open-mpi
brew install gfortran
brew install gfortran open-mpi fftw hdf5-mpi
a=`which gfortran-11`; \
b=`dirname $a`; \
c=$b/gfortran; \
ln -s $a $c
brew install open-mpi fftw hdf5-mpi
mpicc -v
mpif90 -v
Expand Down

0 comments on commit c4d1dab

Please sign in to comment.