-
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] Default Xcode on Monterey image will be set to Xcode 13.3 on April, 4 #5328
Comments
That should be "macOS 12.3 Monterey" in the first line. |
Is there a problem with the upgrade? All our jobs which should run on
|
@mrgrauel we're investigating it at the moment |
@miketimofeev Looks like we're back online. Thanks! Will keep you posted if things change. |
@miketimofeev looks good 👍 Thank you |
This issue still occurs for the project I am working on. Error
Pipline YAML
|
I could be wrong, but I think you've got a typo: should be |
We tried that as well. Same issue. |
@james-barker-sedgwick Azure DevOps is not provisioned with macOS-12 yet. |
Any update? 5338 merged, but action still will be queued when running on macos-12. |
@foxsin10 have you submitted the access request? |
@miketimofeev thanks for responding. |
@foxsin10 Please complete this form In order to request access to the macOS 12 private beta. Once your request has been reviewed, we'll send an email confirming access has been provided with instructions for how to utilize the image in your workflows. |
The changes are now deployed |
@miketimofeev what's the turnaround time on filling out the form? just curious, thanks. |
Any reason why
This situation makes us hit a brick wall.. |
@bnidevs we onboard users weekly. |
thank you @miketimofeev |
Do you have an ETA for the public release? |
Breaking changes
Default Xcode will be changed to 13.3 on macOS 12.3 Monterey. Xamarin bundle will also be changed to the latest one that supports Xcode 13.3
Target date
Update propagation will start on April, 4 and will take 3-4 days.
The motivation for the changes
We would like to provide images with the latest stable updates as default ones.
Possible impact
If you use the default Xcode version and your project is not compatible with Xcode 13.3 your build can be broken.
If your project is not compatible with the latest Xamarin bundle it can be broken.
Virtual environments affected
Mitigation ways
Please consider switching Xcode in runtime to the version that you need to build an app.
The following snippet can be used to switch Xcode:
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
The list of all available Xcode versions can be found in the image documentation
You can also select any Xamarin version by running
The list of all available Xamarin bundles can be found in the image documentation
The text was updated successfully, but these errors were encountered: