Skip to content

Commit

Permalink
[pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 12, 2024
1 parent 7608776 commit 12d8753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
compiler: gcc
version: 11

- run: ln -s $(which gfortran-11) /usr/local/bin/gfortran
- run: ln -s $(which gfortran-12) /usr/local/bin/gfortran
if: matrix.os != 'windows-latest'

- run: gfortran --version
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel=>2.20
run: python -m pip install cibuildwheel

- name: Build macos-13 wheels
if: matrix.os == 'macos-13' || matrix.os == 'macos-13-xlarge' || matrix.os == 'flyci-macos-large-latest-m2'
Expand Down

0 comments on commit 12d8753

Please sign in to comment.