fix(ci): use ubuntu-latest runner label to match Gitea runner
All checks were successful
Build & Publish / publish (push) Successful in 48s

The runner is registered as ubuntu-latest, not linux-arm64.
The underlying hardware is ARM64 but the label must match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-18 20:38:37 +01:00
parent 92ea8673fc
commit 5053780dc9

View File

@@ -7,7 +7,7 @@ on:
jobs:
publish:
runs-on: linux-arm64
runs-on: ubuntu-latest
container:
image: node:22-bookworm-slim
steps: