Breaking changes
Platform tools (SDK and simulator runtimes) will only be available for the three most recently installed versions of Xcode, including beta and pre-release versions for macOS-15-based and later images.
Target date
Image deployment will start on August 11th, 2025 and will take about 3 days
The motivation for the changes
Since the release of visionOS on macOS-14, we have been experiencing ongoing issues with disk space for macOS-based images. Xcode and its components take up the largest amount of space, with simulator runtimes being the most significant portion. The remaining components do not take up a significant portion of disk space, which rules out optimization by removing or reducing them. There is currently no technical possibility to expand the base disk. In this regard, we have decided to reduce support for the oldest versions of Xcode platform tools in favor of newer ones to facilitate the image update process and ensure the ability to add the upcoming releases of Xcode 26.1 and Xcode 26.2 on macOS-15.
Possible impact
If your workflow running on a macOS-15 based image and depends on one of the platform versions (iOS/watchOS/tvOS/visionOS) lower than Xcode 16.3 compatible, they will be broken.
Platforms affected
Runner images affected
Mitigation ways
If you see any issues with your workflows, you may do one of the next steps:
- install the required platform manually before running the dependent command using
xcodebuild -downloadPlatform <iOS|watchOS|tvOS|visionOS>
- update the broken command and/or project to be compatible with the latest available release version of Xcode (
Xcode 16.4 at the moment)
- switch your workflow to use a
macOS-14 based image
Breaking changes
Platform tools (SDK and simulator runtimes) will only be available for the three most recently installed versions of
Xcode, includingbetaandpre-releaseversions formacOS-15-based and later images.Target date
Image deployment will start on August 11th, 2025 and will take about 3 days
The motivation for the changes
Since the release of
visionOSon macOS-14, we have been experiencing ongoing issues with disk space for macOS-based images.Xcodeand its components take up the largest amount of space, with simulator runtimes being the most significant portion. The remaining components do not take up a significant portion of disk space, which rules out optimization by removing or reducing them. There is currently no technical possibility to expand the base disk. In this regard, we have decided to reduce support for the oldest versions of Xcode platform tools in favor of newer ones to facilitate the image update process and ensure the ability to add the upcoming releases ofXcode 26.1andXcode 26.2on macOS-15.Possible impact
If your workflow running on a
macOS-15based image and depends on one of the platform versions (iOS/watchOS/tvOS/visionOS) lower thanXcode 16.3compatible, they will be broken.Platforms affected
Runner images affected
Mitigation ways
If you see any issues with your workflows, you may do one of the next steps:
xcodebuild -downloadPlatform <iOS|watchOS|tvOS|visionOS>Xcode 16.4at the moment)macOS-14based image