From 6e858d144690ef38db280ffac84a4de321e81b31 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Thu, 25 Jun 2026 20:12:42 +0000 Subject: [PATCH] github: bupm up the ubuntu version for arm jobs ubuntu-24.04-arm currently has a buggy kernel where socket-tcbbuf tests fail. Update #3042 Signed-off-by: Andrei Vagin --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d14c8ff9..94b122741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04-arm, ubuntu-22.04-arm] + os: [ubuntu-26.04-arm, ubuntu-22.04-arm] target: [GCC=1, CLANG=1] runs-on: ${{ matrix.os }} steps: