更新 .gitea/workflows/deploy.yml
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 20s

This commit is contained in:
2025-09-26 08:22:00 +00:00
parent 5d323be14d
commit 1827d8ef1a

View File

@@ -7,7 +7,7 @@ jobs:
image: maven:3.8.6-openjdk-17
options: --pull=always
runs-on: ubuntu-latest # 使用更稳定的标签
runs-on: ubuntu-24.04 # 使用更稳定的标签
steps:
- name: 检出代码