mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 19:40:14 +00:00
Use runner ubuntu-22.04 instead of ubuntu-latest. Because ubuntu-latest has switched to ubuntu-24.04 recently, whiich breaks the build for arm64. There seem to be an unresolved bug in QEMU >= 8.1 (U24.04 has v8.2.2) when using ARM64 and bullseye: <https://gitlab.com/qemu-project/qemu/-/issues/2377>. (ARM64 buster and bookworm, as well as ARMHF, may be fine as indicated in the bug description.) This can be reverted later (either when fixed in QEMU or when switched the chroot to bookworm). But it shouldn't matter much, anyways, since this is just the "host" environment. Also include runner ver in chroot key because it seem to make a difference from the above..