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 -1
View File
@@ -976,7 +976,7 @@ jobs:
# __vaDriverInit_1_23, which trixie's libva 2.22 runtime cannot bind: the
# .deb installed but vaInitialize() returned -1 on every host. A native
# trixie runner avoids the cross-distro ABI skew entirely.
runs-on: actrunner-debian-aarch64-bohr
runs-on: debian-aarch64
continue-on-error: true
steps:
- uses: actions/checkout@v4