From 8ee1b0886790d4d3f6c7d5c2864264dd836f57b7 Mon Sep 17 00:00:00 2001 From: han0 Date: Mon, 13 Oct 2025 17:38:41 +0800 Subject: [PATCH] fix: ci --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 08ad3d3..a94ffd2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: python:3.7.16 + image: maven:3.6.3-jdk-11 steps: - name: Checkout