Skip to content

[macOS] Default Xcode on macOS 26 Tahoe will be set to Xcode 26.2 on January 26th #13519

@erik-bershel

Description

@erik-bershel

Breaking changes

Default Xcode will be changed from 26.0.1 to 26.2 on macOS 26 Tahoe.

Target date

The update will start on January, 26 and take 2-4 days

The motivation for the changes

Xcode 26.2 is the latest stable release from Apple, .NET 10 is currently support Xcode 26.2 for iOS, iPadOS, and macOS development.

Possible impact

If you use the default Xcode version and your project is not compatible with Xcode 26.2 your build can be broken.

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 22.04
  • Ubuntu 24.04
  • Ubuntu Slim
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • macOS 26 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

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 as well as maxim-lobanov/setup-xcode action:

sudo xcode-select -s "/Applications/Xcode_26.0.1.app"

The list of all available Xcode versions can be found in the image documentation, for example: macos-26.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions