Skip to content

Conversation

@erik-bershel
Copy link
Contributor

@erik-bershel erik-bershel commented Jan 8, 2026

Description

  • Deprecating Xcode's runtimes as per announcement
  • Adding Xcode 26.2 to macOS-15 using free disk space

Related issue:

#13392

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

@erik-bershel erik-bershel marked this pull request as ready for review January 9, 2026 09:55
Copilot AI review requested due to automatic review settings January 9, 2026 09:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the macOS-15 toolset configuration to add Xcode 26.2 and deprecate older Xcode runtime versions. The changes align with the announcement referenced in issue #13392 and utilize free disk space for the new Xcode version.

  • Adds Xcode 26.2 (version 26.2+17C52) to both x64 and arm64 configurations
  • Removes deprecated runtime versions for iOS (18.4), watchOS (11.2, 11.4), and tvOS (18.2, 18.4) from Xcode 16.4
  • Maintains consistency between x64 and arm64 architectures (with visionOS appropriately only on arm64)

{ "iOS": ["18.5", "18.6"] },
{ "watchOS": ["11.5"] },
{ "tvOS": ["18.5"] }
]
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a trailing space after the closing bracket on this line. Consider removing it for consistency with the code style.

Suggested change
]
]

Copilot uses AI. Check for mistakes.
@erik-bershel erik-bershel merged commit d9f2f12 into actions:main Jan 9, 2026
10 checks passed
@erik-bershel erik-bershel deleted the upd-macos-xcodes-and-runtimes branch January 9, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants