Run slow macOS checks on larger runners - #4130
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Warning
- Copilot's review of this pull request may be incomplete because some of the changed files are excluded by your Copilot content exclusion settings. See Excluding content from Copilot for details.
Copilot review overview
🟢 Approval recommended
The templates use the established runner-image configuration and implement the stated runner migration.
Review tier: Balanced
Findings: None
What changed in this PR
Moves two slow macOS PR checks to larger runners to reduce critical-path time.
Changes:
- Uses
macos-latest-xlargefor all-platform bundle and Swift custom-build checks. - Regenerates the corresponding workflows.
| File | Description |
|---|---|
pr-checks/checks/swift-custom-build.yml |
Selects the larger macOS runner. |
pr-checks/checks/all-platform-bundle.yml |
Selects the larger macOS runner. |
.github/workflows/__swift-custom-build.yml |
Generated workflow; excluded from inspection. |
.github/workflows/__all-platform-bundle.yml |
Generated workflow; excluded from inspection. |
Files excluded by content exclusion policy (2)
- .github/workflows/__all-platform-bundle.yml
- .github/workflows/__swift-custom-build.yml
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
henrymercer
marked this pull request as ready for review
September 9, 2026 12:08
mbg
approved these changes
Sep 9, 2026
henrymercer
enabled auto-merge
September 9, 2026 12:14
henrymercer
disabled auto-merge
September 9, 2026 12:16
This was referenced Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move the all-platform bundle and Swift custom-build macOS checks to
macos-latest-xlarge. These jobs are currently on the critical path for PR checks and the merge queue.The four affected required check names need updating.