Rollback to Ubuntu 24.04 on clang on arm as b2 uses the wrong toolset

This commit is contained in:
Ion Gaztañaga
2026-07-01 18:59:16 +02:00
parent 472b0fe2ce
commit f047a33615
+2 -2
View File
@@ -443,9 +443,9 @@ jobs:
install: g++
# Linux, ARM64 Clang
- toolset: clang
cxxstd: "03,11,14,17,20,23,26"
cxxstd: "03,11,14,17,20,2b"
cxxflags: -pipe
os: ubuntu-26.04-arm
os: ubuntu-24.04-arm
install:
- clang
- g++