ci: use the global ubuntu-latest runner, not the org-scoped one
Publish Maven packages / publish (push) Failing after 59s

The "org" runner label is scoped to the Pixel-Services organization —
Flash5 lives under the separate Relism account, which can only reach
the global runner (labels ubuntu-latest/ubuntu-24.04/ubuntu-22.04).
This job just runs Maven inside a container, no Docker access needed,
so ubuntu-latest is a fine fit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Zakaria El Orche
2026-08-12 19:44:24 +00:00
co-authored by Claude Sonnet 5
parent 0365c1f222
commit 6a0242d654
+1 -1
View File
@@ -16,7 +16,7 @@ on:
jobs:
publish:
runs-on: org
runs-on: ubuntu-latest
container:
image: maven:3.9-eclipse-temurin-21
steps: