Skip to content
Snippets Groups Projects
Commit d8153629 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

fix to macos yml

parent 552fda3e
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,15 @@ jobs:
build_macos:
runs-on: macos-latest
steps:
- name: Setup GNU Fortran
uses: modflowpy/install-gfortran-action@v1
- name: Install dependencies
run: |
brew install cmake wget gcc gnu-sed
- name: Setup GNU Fortran
uses: modflowpy/install-gfortran-action@v1
export CC=gcc-12
export CXX=g++-12
alias gcc=gcc-12
alias g++=g++-12
- uses: actions/checkout@v3
with:
submodules: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment