更新 .gitea/workflows/test.yml
Some checks failed
CI Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 09:33:45 +00:00
parent 19fccdb8e5
commit 07b0b5b15e

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
test:
runs-on: [self-hosted, ubuntu-latest] # 使用你的 runner 标签
runs-on: [ubuntu-latest] # 使用你的 runner 标签
steps:
- name: Checkout code
uses: actions/checkout@v4