Skip to content

Commit

Permalink
Merge pull request #27 from fugue-project/0.2.1.1
Browse files Browse the repository at this point in the history
Fix mac build
  • Loading branch information
goodwanghan authored Aug 15, 2024
2 parents e3b1775 + e47f25c commit 0b97bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-11
- macos-latest
cpv:
- "cp38*"
- "cp39*"
Expand All @@ -89,12 +89,12 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2
python -m pip install cibuildwheel
- name: Build wheels
env:
CIBW_BUILD: ${{ matrix.cpv }}
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET='11.6.5'
# CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET='11.6.5'
run: |
python scripts/make_setup.py 1
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 0b97bbe

Please sign in to comment.