Skip to content

Commit 8f63666

Browse files
committed
Add link to the selected SDK
1 parent 1b0e56d commit 8f63666

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python_wheel_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
# ref: v${{ inputs.major }}-${{ inputs.minor }}-${{ inputs.patch }}
6363
- name: Make wheel
6464
env:
65-
MACOSX_DEPLOYMENT_TARGET: 26.0
65+
MACOSX_DEPLOYMENT_TARGET: 26.5
6666
run: |
67+
ln -s /Applications/Xcode_${{MACOSX_DEPLOYMENT_TARGET}}.app /Applications/Xcode.app
6768
mkdir wheel_creation && cd wheel_creation
6869
cp -r ../root .
6970
python3 -m venv root_build_env

0 commit comments

Comments
 (0)