From 23effed6eb02c3f8ebe20f1b4b12a98cfd5b7147 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 12 Feb 2026 13:31:56 -0800 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c620fcf3..b6be7321e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,7 +156,7 @@ jobs: timeout-minutes: 15 strategy: fail-fast: false - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: