From 0d3577e42520211a537baf0e171d4dd4d5aa4068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Fri, 31 Jul 2026 07:43:32 +0300 Subject: [PATCH] ci: bump test-portability runners to Ubuntu 26.04 Ubuntu 24.04's glibc 2.39 is older than what nixpkgs' bumped glibc (2.42) now builds bundled libraries against, breaking the "without Nix" portability tests. Ubuntu 26.04 ships glibc 2.43, restoring the host-glibc-ahead-of-nixpkgs invariant the portable bundle relies on. --- .github/workflows/cli-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index c817b619fd..098f2526af 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -89,9 +89,9 @@ jobs: include: - runner: macos-14 arch: darwin-arm64 - - runner: ubuntu-latest + - runner: ubuntu-26.04 arch: linux-x64 - - runner: ubuntu-24.04-arm + - runner: ubuntu-26.04-arm arch: linux-arm64 steps: - name: Download artifact