ci: switch to ubuntu 24.04 for cross-i386 job

Commit 67f6c37b ("ci/gha: switch to ubuntu 24.04") switched most GHA CI
to Ubuntu 24.04 except for one job. It says:

> Leave ubuntu-22.04 for ci/cross-i386 (issue with systemctl restart hang
> after apt install). This can be addressed separately later.

Assuming the issue it already fixed (updated systemd or something),
let's finalize the 24.04 switch.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2026-02-12 13:31:56 -08:00
parent f047c6b0f8
commit 23effed6eb
+1 -1
View File
@@ -156,7 +156,7 @@ jobs:
timeout-minutes: 15
strategy:
fail-fast: false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps: