Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricEngle-NOAA authored Jun 30, 2023
1 parent 88bb2a7 commit ae7fa63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:

name: Python (${{ matrix.python-version }})
runs-on: macos-latest
#env:
env:
FC: gfortran
strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
python-version: ["3.11"] #["3.8","3.9","3.10","3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +22,6 @@ jobs:

- name: Install macOS Dependencies
run: |
brew install gfortran
brew tap eengl/nceplibs
brew install nceplibs-g2c nceplibs-sp nceplibs-ip
Expand Down

0 comments on commit ae7fa63

Please sign in to comment.