diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index d4a5dc2..2e42378 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -11,7 +11,7 @@ on: jobs: build: name: 打包 Uniapp 项目 - runs-on: ubuntu-latest # 云 Runner 环境(自建 Runner 可替换为自定义名称) + runs-on: ubuntu # 云 Runner 环境(自建 Runner 可替换为自定义名称) steps: ######################################################################## # 步骤 1:检出 Gitea 代码