Skip to content

Commit

Permalink
Try 10.16 to see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Oct 8, 2024
1 parent c3ce499 commit a1ace3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
CIBW_BUILD: "cp311-*"
CIBW_ARCHS_MACOS: universal2
MACOSX_DEPLOYMENT_TARGET: "10.15"
MACOSX_DEPLOYMENT_TARGET: "10.16"
CIBW_ENVIRONMENT_MACOS: "CFLAGS='-arch arm64 -arch x86_64 -I/usr/include/libxml2' CXXFLAGS='-arch arm64 -arch x86_64' LDFLAGS='-arch arm64 -arch x86_64'"

- name: Build wheel (except macosx_universal2)
Expand Down

0 comments on commit a1ace3b

Please sign in to comment.