Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions global.json
Copy link
Copy Markdown
Member

@Flash0ver Flash0ver May 19, 2026

Choose a reason for hiding this comment

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

I believe the current CI failure is due to the GitHub-hosted macos-15 runner lacking behind in current Xcode version.
Do we need to update all our workflows to macos-26?

See

Copy link
Copy Markdown
Collaborator

@jamescrosswell jamescrosswell May 19, 2026

Choose a reason for hiding this comment

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

Looks like it yes:

Xcode 26.5 is required with this release. Xcode 26.5 requires macOS 26.2+ (Tahoe).

That does mean we all need to upgrade our local macOS versions as well.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "10.0.203",
"workloadVersion": "10.0.203",
"version": "10.0.300",
"workloadVersion": "10.0.300",
"rollForward": "disable",
"allowPrerelease": false
}
Expand Down
Loading