Skip to content

Commit

Permalink
Yet another OSX build test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed Jul 17, 2024
1 parent d48ec12 commit 331d03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
ls wheelhouse/
env:
MACOSX_DEPLOYMENT_TARGET: "14"
# MACOSX_DEPLOYMENT_TARGET: "14"
CIBW_BEFORE_BUILD: "pip install numpy delocate==0.10.7"
# CIBW_ARCHS_MACOS: x86_64
CIBW_BUILD: ${{ matrix.cibw-string }}
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} --require-target-macos-version 10.14 -w {dest_dir} -v {wheel}"
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
CC: gcc-13
CXX: g++-13
- name: Upload with twine
Expand Down

0 comments on commit 331d03a

Please sign in to comment.