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 8f63666 commit da74fd8Copy full SHA for da74fd8
1 file changed
.github/workflows/python_wheel_build.yml
@@ -64,7 +64,7 @@ jobs:
64
env:
65
MACOSX_DEPLOYMENT_TARGET: 26.5
66
run: |
67
- ln -s /Applications/Xcode_${{MACOSX_DEPLOYMENT_TARGET}}.app /Applications/Xcode.app
+ 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