-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS 14] Xcode 16.0 will be replaced by Xcode 16.2 in macOS-14 images on January 6, 2025 #11203
Comments
Xcode 16.0 was removed from the macos-14 image: actions/runner-images#11203
Xcode 16.0 was removed from the macos-14 image: actions/runner-images#11203 16.2 is still rolling out so let's use 16.1 for now.
* Use Xcode 16.1 on CI Xcode 16.0 was removed from the macos-14 image: actions/runner-images#11203 16.2 is still rolling out so let's use 16.1 for now. * Use simple existence checks in webviews
GitHub replaced Xcode 16.0 by Xcode 16.2 in macOS-14 images, as per their support policy. See actions/runner-images#11203 for details.
@sarathrajsrinivasan Furthermore, if you specify iPhone 16 and iOS 18.1 instead, the test will not run. |
I am having the same issue and had to solve it by manually installing the 18.2 simulator. Unfortunately this downloads about 8GB and takes about 5 minutes longer... |
Thank you for sharing it! But, it can't be the only way to use a stable macOS agent version. @sarathrajsrinivasan, can we have some feedback on that issue? It is really blocking us, so we would appreciate it if you provide an ETA for that. |
@FuzzyKart If it is blocking you, the script you need to run is: |
Images with the |
Breaking changes
Xcode 16.0 will be replaced by Xcode 16.2 in both macOS-14 Intel and ARM images.
Target date
Image deployment will start on January 6, 2025 and will take 3-4 days.
The motivation for the changes
This is to keep in accordance with our support policy for macOS14:
Will include all minor releases of Xcode 15 with the full platform tools suite.
Will now also include two minor releases of Xcode 16 (excluding visionOS tools). These will follow a “last two” principle, with the oldest replaced by the newest as updates are released. Beta versions will not be included.
Possible impact
Workflows based on Xcode 16.0 will fail.
Platforms affected
Runner images affected
Mitigation ways
Upgrade from Xcode 16.0 to Xcode 16.1 or 16.2 to continue with the workflows.
The text was updated successfully, but these errors were encountered: