From 5053780dc9c24593fef797c1fcd8a8eb691b6657 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:38:37 +0100 Subject: [PATCH] fix(ci): use ubuntu-latest runner label to match Gitea runner 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) --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 0224214..5f006f2 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: - runs-on: linux-arm64 + runs-on: ubuntu-latest container: image: node:22-bookworm-slim steps: