Skip to content

Update ci-osx.yml

Update ci-osx.yml #111

Workflow file for this run

name: CI on Mac
on: [push]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
# - name: find gfortran
# run: ln -s `brew --prefix`/bin/gfortran-13 `brew --prefix`/bin/gfortran
- name: Install AORSA deps
run: brew install gfortran open-mpi scalapack giza netcdf-fortran
- name: Build
run: make
- name: Test
run: ctest
#giza license free pgplot