Skip to content

Commit

Permalink
test [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 7, 2024
1 parent f9a1f35 commit a0f42dc
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 @@ -10,8 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-11 ]
# os: [ macos-11, macos-12, macos-13, macos-14, ubuntu-latest, windows-latest ]
os: [ macos-11, macos-12, macos-13, macos-14, ubuntu-latest, windows-latest ]

steps:
- uses: awvwgk/setup-fortran@main
Expand Down Expand Up @@ -56,6 +55,7 @@ jobs:
- name: Build macos-11 wheels
if: matrix.os == 'macos-11'
env:
MACOSX_DEPLOYMENT_TARGET: 11
CIBW_BUILD: cp311-*
CIBW_SKIP: pp*
CIBW_BUILD_VERBOSITY: 2
Expand Down

0 comments on commit a0f42dc

Please sign in to comment.