更新 .gitea/workflows/deploy.yml
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 20s
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 20s
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
image: maven:3.8.6-openjdk-17
|
image: maven:3.8.6-openjdk-17
|
||||||
options: --pull=always
|
options: --pull=always
|
||||||
|
|
||||||
runs-on: ubuntu-latest # 使用更稳定的标签
|
runs-on: ubuntu-24.04 # 使用更稳定的标签
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
|
Reference in New Issue
Block a user