ci: use the global ubuntu-latest runner, not the org-scoped one
Publish Maven packages / publish (push) Failing after 59s
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:
co-authored by
Claude Sonnet 5
parent
0365c1f222
commit
6a0242d654
@@ -16,7 +16,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: org
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: maven:3.9-eclipse-temurin-21
|
image: maven:3.9-eclipse-temurin-21
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user