Skip to content

Commit

Permalink
Update build_wheels_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katiebreivik authored Aug 20, 2024
1 parent 8b83851 commit ce63bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-latest]
python-version: [3.9, "3.10"]

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install gfortran
if: runner.os == 'macOS'
run: |
sudo ln -s /opt/homebrew/bin/gfortran-14 /usr/local/bin/gfortran
sudo ln -s /opt/homebrew/bin/gfortran-13 /usr/local/bin/gfortran
- name: Install numpy
run: |
Expand Down

0 comments on commit ce63bb4

Please sign in to comment.