From 6513465dcc123843bab6217dc6f23961cf2c1da7 Mon Sep 17 00:00:00 2001 From: revlis44 Date: Thu, 4 Dec 2025 11:27:05 +0900 Subject: [PATCH] runner config --- .gitea/workflows/main-build.yml | 3 ++- .gitea/workflows/pr-ci.yml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main-build.yml b/.gitea/workflows/main-build.yml index 21b824d..a5506d3 100644 --- a/.gitea/workflows/main-build.yml +++ b/.gitea/workflows/main-build.yml @@ -7,7 +7,8 @@ on: jobs: build-and-push: runs-on: ubuntu-latest - + container: + image: maven:3.9.9-eclipse-temurin-8 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.gitea/workflows/pr-ci.yml b/.gitea/workflows/pr-ci.yml index be8f364..d215ccf 100644 --- a/.gitea/workflows/pr-ci.yml +++ b/.gitea/workflows/pr-ci.yml @@ -7,7 +7,10 @@ on: jobs: build-test: runs-on: ubuntu-latest - + + container: + image: maven:3.9.9-eclipse-temurin-8 + steps: - name: Checkout source uses: actions/checkout@v4