Skip to content

Commit 525bfbb

Browse files
committed
ENH: Update Xcode version to 16.2
Use for 6.0 Beta 1 Python package builds.
1 parent af329a3 commit 525bfbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-package-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ jobs:
220220

221221
- name: 'Specific XCode version'
222222
run: |
223-
sudo xcode-select -s "/Applications/Xcode_15.0.1.app"
223+
ls /Applications/Xcode*
224+
sudo xcode-select -s "/Applications/Xcode_16.2.app"
224225
225226
- name: Get specific version of CMake, Ninja
226227
uses: lukka/get-cmake@v3.29.0

0 commit comments

Comments
 (0)