File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Documentation/Maintenance Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -577,16 +577,16 @@ mv ITKPythonBuilds-linux.tar.zst ITKPythonBuilds-linux-manylinux_2_28_aarch64.ta
577577```
578578
579579On 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
586586sudo xcodebuild -license
587587xcodebuild -version
588- # Xcode 15.0.1
589- # Build version 15A507
588+ # Xcode 16.2
589+ # Build version 16C5032a
590590```
591591
592592Build 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
You can’t perform that action at this time.
0 commit comments