diff --git a/.gitea/workflows/miniapp-preview.yml b/.gitea/workflows/miniapp-preview.yml index a5e8252..d5bcee3 100644 --- a/.gitea/workflows/miniapp-preview.yml +++ b/.gitea/workflows/miniapp-preview.yml @@ -11,8 +11,8 @@ on: jobs: publish: - # hk runner(海外,宿主机直接执行;可直连微信与 Telegram/Discord) - runs-on: hk + # 标准标签:hk / bt-runner 均带 ubuntu-latest,任一空闲 runner 接单 + runs-on: ubuntu-latest steps: - uses: https://gitea.neatcn.com/gouki/action-checkout@v4 with: diff --git a/.gitea/workflows/server-deploy.yml b/.gitea/workflows/server-deploy.yml index c2a9d72..1334a95 100644 --- a/.gitea/workflows/server-deploy.yml +++ b/.gitea/workflows/server-deploy.yml @@ -10,8 +10,8 @@ on: jobs: build: - # hk runner(海外,宿主机直接执行,无容器标签映射) - runs-on: hk + # 标准标签:hk / bt-runner 均带 ubuntu-latest,任一空闲 runner 接单 + runs-on: ubuntu-latest steps: - uses: https://gitea.neatcn.com/gouki/action-checkout@v4 with: