Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions scripts/patch-cocoa-bindings.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env -S dotnet --
Copy link
Copy Markdown
Member

@Flash0ver Flash0ver May 20, 2026

Choose a reason for hiding this comment

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

#:package Microsoft.CodeAnalysis.CSharp@4.10.0
#:package Microsoft.CodeAnalysis.CSharp.Workspaces@4.10.0

Expand Down
Loading