From 50d012cd5da1e50d64659ef58dcc1b84c88db1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 6 Dec 2025 19:28:18 +0100 Subject: [PATCH] Rollback to Ubuntu 25.04 as 26.04 (still beta) package update might fail. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ccd45d..e4710f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: cxxstd: "11,14,17,20,23,2c" cxxflags: -pipe os: ubuntu-latest - container: ubuntu:26.04 + container: ubuntu:25.04 install: g++-15-multilib address-model: 32,64 # Linux, gcc-12, ubsan, asan @@ -337,7 +337,7 @@ jobs: compiler: clang++-20 cxxstd: "03,11,14,17,20,23,2c" cxxflags: -pipe - container: ubuntu:26.04 + container: ubuntu:25.04 os: ubuntu-latest install: clang-20 # Linux, clang-15 libc++ @@ -369,7 +369,7 @@ jobs: compiler: clang++-20 cxxstd: "11,14,17,20,23,2c" os: ubuntu-latest - container: ubuntu:26.04 + container: ubuntu:25.04 install: - clang-20 - libc++-20-dev @@ -416,7 +416,7 @@ jobs: ubsan: 1 asan: 1 os: ubuntu-latest - container: ubuntu:26.04 + container: ubuntu:25.04 install: - clang-20 - libc++-20-dev