Skip to content

fix: change release runner to ubuntu-latest#58

Merged
Svtter merged 1 commit into
mainfrom
worktree-fix-release-runner
May 15, 2026
Merged

fix: change release runner to ubuntu-latest#58
Svtter merged 1 commit into
mainfrom
worktree-fix-release-runner

Conversation

@Svtter
Copy link
Copy Markdown
Contributor

@Svtter Svtter commented May 15, 2026

Summary

  • Change .github/workflows/release.yml runner from self-hosted to ubuntu-latest
  • The v1.2.0 release was stuck in queued state because the self-hosted runner was unavailable

Test plan

  • Merge this PR
  • Re-run the v1.2.0 release workflow or push a new tag to verify binaries are built

🤖 Generated with Claude Code

The self-hosted runner was unavailable, causing the v1.2.0 release to be
stuck in queued state. Switch to ubuntu-latest for reliability.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Svtter Svtter merged commit a496bbf into main May 15, 2026
3 of 4 checks passed
@github-actions
Copy link
Copy Markdown

无遗漏

该 PR 是一个简单的基础设施修复,无关联 issue。需求(将 runner 从 self-hosted 改为 ubuntu-latest)与实现完全匹配:.github/workflows/release.yml:13runs-on 已正确修改为 ubuntu-latest。这是一个单行变更,没有涉及任何缺失的功能、部分实现或集成缺口。

New%20session%20-%202026-05-15T08%3A32%3A36.424Z
opencode session  |  github run

@github-actions
Copy link
Copy Markdown

可合并

将 release workflow 的 runner 从 self-hosted 改为 ubuntu-latest,原因是 self-hosted runner 不可用导致 release 卡在 queued 状态。工作流中仅使用标准 GitHub Actions(checkout、setup-go、goreleaser-action),不依赖任何 self-hosted 特有配置,迁移到 ubuntu-latest 后功能正常。

阻塞项:无

建议项:无

New%20session%20-%202026-05-15T08%3A32%3A37.051Z
opencode session  |  github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant