From 2f32987338c4da3d1d37f9d3029628a6d78c45e0 Mon Sep 17 00:00:00 2001 From: Gato Date: Sun, 24 May 2026 19:07:36 +0200 Subject: [PATCH] =?UTF-8?q?probl=C3=A8me=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 84cb0eb..9842003 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: https://github.com/actions/setup-java@v4 with: java-version: '25' - distribution: 'zulu' + distribution: 'temurin' cache: 'gradle' - name: Run tests