build.yml: runs-on debian-aarch64 (label, not runner name) #46

Merged
marfrit merged 1 commits from fix/debian-runner-label-2026-05-20 into main 2026-05-20 13:54:02 +00:00

1 Commits

Author SHA1 Message Date
marfrit ab60acd9f4 build.yml: runs-on debian-aarch64 (label, not runner name)
5feab57 set runs-on to actrunner-debian-aarch64-bohr, which is the
display name of the bohr runner, not a label. Gitea Actions matches
runs-on against labels — the actual labels on bohr are debian-trixie,
aarch64, debian-aarch64. Using the runner-name as runs-on leaves the
job unrouted (no matching runner).
2026-05-20 15:52:40 +02:00