-
Notifications
You must be signed in to change notification settings - Fork 322
set MACOSX_DEPLOYMENT_TARGET to 13 #957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@termim This PR is ready. Edit: MacOS 14 runners pull libssl and libcrypto with MacOS 14 target. Hence, I use MacOS 13 to cross-compile arm64 wheels. But this creates an issue about testing. Since it cross-compiles the arm64 wheel on a x86_64 machine, it cannot test the wheel on the same machine. So, the wheel can be either tested with an additional job on an actual arm64 machine or it can be tested manually. I know it's not ideal and I understand if this is a problem for you. |
Sets the environment variable MACOSX_DEPLOYMENT_TARGET to 13 to support MACOSX 13 (Venture)