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 <avagin@google.com>
This commit is contained in:
Andrei Vagin 2026-06-25 20:12:42 +00:00 committed by Andrei Vagin
parent 2e238fc652
commit 6e858d1446

View file

@ -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: