使用自托管的方式

This commit is contained in:
2025-09-26 20:20:17 +08:00
parent 6690125ec2
commit c9cdb09875

View File

@@ -8,7 +8,7 @@ on:
jobs:
build-and-deploy:
runs-on: self-hosted # 使用自托管 Runner
runs-on: ubuntu-24.04 # 使用自托管 Runner
steps:
- name: 检出代码