Skip to content

Commit

Permalink
Try python 3.11 for macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Nov 28, 2023
1 parent 46c8f55 commit 0c226fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
FC: gfortran-11

steps:

- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: install-deps
run: |
Expand All @@ -28,7 +34,7 @@ jobs:
pip3 install ninja
pip3 install protobuf
sudo ln -sf /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
- name: checkout-bufr
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0c226fa

Please sign in to comment.