Skip to content

Commit acd3959

Browse files
committed
DOC: Update Python Xcode version to 16.2 for macos-15 runners
For both ARM and Intel.
1 parent f3aae0f commit acd3959

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/Maintenance/Release.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -577,16 +577,16 @@ mv ITKPythonBuilds-linux.tar.zst ITKPythonBuilds-linux-manylinux_2_28_aarch64.ta
577577
```
578578

579579
On the macOS build system, we use the same build toolchain, toolchain path, and build
580-
path as is used in the remote module GitHub Actions builds on the [macos-14 GitHub Action Runner].
580+
path as is used in the remote module GitHub Actions builds on the [macos-15 GitHub Action Runner].
581581

582-
- Install Xcode 15.0.1 from https://developer.apple.com/downloads/all/
583-
- Unpack and move to /Applications/Xcode_15.0.1.app
582+
- Install Xcode 16.2 from https://developer.apple.com/downloads/all/
583+
- Unpack and move to /Applications/Xcode_16.2.app
584584
``` bash
585-
sudo xcode-select -s /Applications/Xcode_15.0.1.app
585+
sudo xcode-select -s /Applications/Xcode_16.2.app
586586
sudo xcodebuild -license
587587
xcodebuild -version
588-
# Xcode 15.0.1
589-
# Build version 15A507
588+
# Xcode 16.2
589+
# Build version 16C5032a
590590
```
591591

592592
Build the wheels for macOS (both amd64 and ARM).
@@ -1003,4 +1003,4 @@ excellent packaging.
10031003
[ITK GitHub Releases]: https://github.com/InsightSoftwareConsortium/ITK/releases
10041004
[ITK data.kitware.com Releases]: https://data.kitware.com/#item/5b22a47f8d777f2e622564d8
10051005
[ITK GitHub Milestones]: https://github.com/InsightSoftwareConsortium/ITK/milestones
1006-
[macos-14 GitHub Action Runner]: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
1006+
[macos-15 GitHub Action Runner]: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md

0 commit comments

Comments
 (0)