From 62d1158a8af2752e64c393959cc6c418aee24cd4 Mon Sep 17 00:00:00 2001 From: Youssef Date: Tue, 23 Jun 2026 00:37:35 +0200 Subject: [PATCH] ci(gitea): utilisation du label ubuntu-latest pour l'environnement de test --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 63274fa..80b5778 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: test: name: Build & Run Unit Tests - runs-on: self-hosted + runs-on: [self-hosted, ubuntu-latest] container: image: maven:3.9.6-eclipse-temurin-21 steps: @@ -31,7 +31,7 @@ jobs: name: Deploy to Test Environment needs: test if: github.ref == 'refs/heads/main' - runs-on: [self-hosted, test] + runs-on: [self-hosted, ubuntu-latest] container: image: docker:latest steps: