Merge pull request 'build.yml: runs-on debian-aarch64 (label, not runner name)' (#46) from fix/debian-runner-label-2026-05-20 into main

Reviewed-on: marfrit/marfrit-packages#46
This commit is contained in:
2026-05-20 13:54:01 +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