Unblock 3.5 auto-release by removing stalled macOS release job#3248
Merged
Unblock 3.5 auto-release by removing stalled macOS release job#3248
Conversation
Copilot created this pull request from a session on behalf of
chejinge
April 23, 2026 07:02
View session
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.
3.5分支自动发版会长期卡住,根因是Release工作流中的macos-13构建任务持续排队,导致后续发布阶段无法完成。该变更将 release 流程收敛到可稳定调度的 runner,恢复自动发版闭环。Root cause
release.yml的构建矩阵包含macos-13,该 job 在当前环境下无法及时调度,workflow 长时间停留在 queued 状态。Workflow change
Release工作流的buildmatrix 中移除 macOS 条目。ubuntu-latest+rocky)及现有release发布逻辑,确保产物发布继续由可完成的上游任务驱动。Impact
3.5分支 tag 触发后可继续自动产出并发布 release 包。