From 17774d1709f7705ae8bc889f09ccc4eab8019723 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:06:32 +0200 Subject: [PATCH] ci: standardize runs-on to ebpro-org --- .github/workflows/ci-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-java.yml b/.github/workflows/ci-java.yml index eead71b..c5340e1 100644 --- a/.github/workflows/ci-java.yml +++ b/.github/workflows/ci-java.yml @@ -14,7 +14,7 @@ jobs: uses: ebpro/gh-actions-shared-java/.github/workflows/ci-shareable-maven.yml@develop secrets: inherit with: - runs-on: arc-runner-set-compute-lsis + runs-on: ebpro-org quality-goal-run: "true" deploy-goal-run: "true" site-goal-run: "true"