Skip to content

Commit e13e978

Browse files
committed
BUG: Fix the macos-13 XCode version for Python packages
This is the version used by default on the GitHub runners and on the build system for ITK Python packages.
1 parent 54a66f4 commit e13e978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: 'Specific XCode version'
145145
run: |
146-
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
146+
sudo xcode-select -s "/Applications/Xcode_15.2.0.app"
147147
148148
- name: Get specific version of CMake, Ninja
149149
uses: lukka/get-cmake@v3.29.0

0 commit comments

Comments
 (0)