We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7608776 commit 12d8753Copy full SHA for 12d8753
.github/workflows/build_wheels.yml
@@ -19,7 +19,7 @@ jobs:
19
compiler: gcc
20
version: 11
21
22
- - run: ln -s $(which gfortran-11) /usr/local/bin/gfortran
+ - run: ln -s $(which gfortran-12) /usr/local/bin/gfortran
23
if: matrix.os != 'windows-latest'
24
25
- run: gfortran --version
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/setup-python@v5
32
33
- name: Install cibuildwheel
34
- run: python -m pip install cibuildwheel=>2.20
+ run: python -m pip install cibuildwheel
35
36
- name: Build macos-13 wheels
37
if: matrix.os == 'macos-13' || matrix.os == 'macos-13-xlarge' || matrix.os == 'flyci-macos-large-latest-m2'
0 commit comments