• ci: runs-on nas → ubuntu-latest(匹配 nas runner 实际 label)
    Deploy Site / deploy-site (push) Failing after 1m36s

    wangjia released this 2026-07-06 05:33:27 +00:00 | 308 commits to main since this release

    nas 上的 forgejo-act-runner 注册 label 是 ubuntu-latest(非 nas),导致所有
    runs-on: nas 的工作流无匹配 runner。改为 ubuntu-latest 对齐 runner 现状。
    (备选:给 runner 加 nas 标签保约定,未采用。)

    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

    Downloads