From 16c3d8ba91d5bea72055609e646aae755727442a Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Tue, 25 Nov 2025 01:28:46 +0100 Subject: [PATCH] [ci] Use AlmaLinux 10 for ARM build This is to test the newer C++ compilers on ARM. --- .github/workflows/root-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index b50bc971b85eb..b90136d612ec7 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -403,7 +403,7 @@ jobs: is_special: true property: march_native overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON"] - - image: alma9 + - image: alma10 is_special: true property: arm64 overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "builtin_zlib=ON", "builtin_zstd=ON"]