ci: 将 workflow 的 runs-on 改为 internal_docker
All checks were successful
Tests / test (push) Successful in 55s

自托管 Gitea runner 只注册了 internal_docker 标签,ubuntu-latest 会导致 job 永远排队。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 14:03:48 +08:00
parent a273d80cf3
commit 0be8c3e3fe
5 changed files with 23 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ permissions:
jobs:
portable-windows-full:
name: Portable Windows full bundle (Node + OpenClaw pre-installed)
runs-on: ubuntu-latest
runs-on: internal_docker
steps:
- uses: actions/checkout@v4
@@ -224,7 +224,7 @@ jobs:
publish:
name: Publish GitHub Release
needs: [portable-windows-full]
runs-on: ubuntu-latest
runs-on: internal_docker
steps:
- uses: actions/checkout@v4