Use ubuntu-latest runner label
Align runs-on with the standard Gitea/GitHub-compatible label so workflows stay portable. The Main label has been replaced by ubuntu-latest on the registered runner. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -34,8 +34,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-release:
|
build-release:
|
||||||
# 对应 Gitea Runner "Act Runner 1" 的标签
|
runs-on: ubuntu-latest
|
||||||
runs-on: Main
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout (full history)
|
- name: Checkout (full history)
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user