fix: 修正 Gitea Actions runner 標籤不符問題

將 runs-on 從 self-hosted 改為 ubuntu-latest,
與 act_runner 實際註冊的標籤一致。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 23:34:51 +08:00
parent 972829419b
commit f996a0053b
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- name: Pull latest code - name: Pull latest code
run: | run: |