Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 5, 2024
1 parent 126e3d1 commit f6d3aaf
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 @@ -16,7 +16,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 12
version: 11

- run: ${{ env.FC }} --version
env:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if: matrix.os == 'macos-12'
env:
# Disable building for PyPy and 32bit.
MACOSX_DEPLOYMENT_TARGET: 11
MACOSX_DEPLOYMENT_TARGET: 12
CIBW_BUILD: cp311-*
CIBW_SKIP: pp*
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit f6d3aaf

Please sign in to comment.