mirror of
https://github.com/boostorg/container.git
synced 2026-07-21 13:13:40 +00:00
Rollback to Ubuntu 24.04 on clang on arm as b2 uses the wrong toolset
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user