We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0e56d commit 8f63666Copy full SHA for 8f63666
1 file changed
.github/workflows/python_wheel_build.yml
@@ -62,8 +62,9 @@ jobs:
62
# ref: v${{ inputs.major }}-${{ inputs.minor }}-${{ inputs.patch }}
63
- name: Make wheel
64
env:
65
- MACOSX_DEPLOYMENT_TARGET: 26.0
+ MACOSX_DEPLOYMENT_TARGET: 26.5
66
run: |
67
+ ln -s /Applications/Xcode_${{MACOSX_DEPLOYMENT_TARGET}}.app /Applications/Xcode.app
68
mkdir wheel_creation && cd wheel_creation
69
cp -r ../root .
70
python3 -m venv root_build_env
0 commit comments