Skip to content

Commit ac5e7e9

Browse files
committed
[ci] Use AlmaLinux 10 for ARM build
This is to test the newer C++ compilers on ARM.
1 parent 10b6c35 commit ac5e7e9

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
@@ -408,7 +408,7 @@ jobs:
408408
is_special: true
409409
property: march_native
410410
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON"]
411-
- image: alma9
411+
- image: alma10
412412
is_special: true
413413
property: arm64
414414
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "builtin_zlib=ON", "builtin_zstd=ON"]

0 commit comments

Comments
 (0)