Skip to content

Commit

Permalink
Added deployment targets for macos wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed May 23, 2024
1 parent ea93e5a commit be74260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmaboss-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

- name: Build wheels
env:
MACOSX_DEPLOYMENT_TARGET: 12.0
CIBW_ARCHS: x86_64
CIBW_BEFORE_ALL: >
wget https://github.com/Homebrew/homebrew-core/raw/38ba35404e3cdb398694419850179e0023158887/Formula/lib/libxml2.rb &&
Expand Down Expand Up @@ -142,7 +143,8 @@ jobs:
run: python -m pip install cibuildwheel numpy twine

- name: Build wheels
env:
env:
MACOSX_DEPLOYMENT_TARGET: 14.0
CIBW_ARCHS: arm64
CIBW_BEFORE_ALL: >
wget https://github.com/Homebrew/homebrew-core/raw/38ba35404e3cdb398694419850179e0023158887/Formula/lib/libxml2.rb &&
Expand Down

0 comments on commit be74260

Please sign in to comment.