Skip to content

Commit 12d8753

Browse files
committed
[pypi]
1 parent 7608776 commit 12d8753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
compiler: gcc
2020
version: 11
2121

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

2525
- run: gfortran --version
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-python@v5
3232

3333
- name: Install cibuildwheel
34-
run: python -m pip install cibuildwheel=>2.20
34+
run: python -m pip install cibuildwheel
3535

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

0 commit comments

Comments
 (0)