Skip to content

Commit 40fdf8b

Browse files
committed
[ci] Use AlmaLinux 10 for ARM build
This is to test the newer GCC 14 on ARM.
1 parent f30e8fd commit 40fdf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
is_special: true
404404
property: march_native
405405
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON"]
406-
- image: alma9
406+
- image: alma10
407407
is_special: true
408408
property: arm64
409409
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "builtin_zlib=ON", "builtin_zstd=ON"]

0 commit comments

Comments
 (0)