Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
macos_xcode_versions:
type: string
description: "Xcode version list (JSON)"
default: "[\"16.4\", \"26.3\", \"26.4\"]"
default: "[\"16.4\", \"26.3\", \"26.4\", \"27.b2\"]"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could this use the "latest" symlink instead so that we don't have to update every time the Xcode beta version changes?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We need to use a specific version so that people can exclude it and clearly understand what they are getting with a specific tag.

@madrob madrob Jun 27, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

So that means we need to have at least two beta versions on each runner? What are the update window guarantees that we must provide? How many versions at a time will the runner need to carry so that consumers of this have enough time to update their workflows?

macos_exclude_xcode_versions:
type: string
description: "Exclude Xcode version list (JSON)"
Expand Down
Loading