Skip to content

Commit f047a33

Browse files
committed
Rollback to Ubuntu 24.04 on clang on arm as b2 uses the wrong toolset
1 parent 472b0fe commit f047a33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ jobs:
443443
install: g++
444444
# Linux, ARM64 Clang
445445
- toolset: clang
446-
cxxstd: "03,11,14,17,20,23,26"
446+
cxxstd: "03,11,14,17,20,2b"
447447
cxxflags: -pipe
448-
os: ubuntu-26.04-arm
448+
os: ubuntu-24.04-arm
449449
install:
450450
- clang
451451
- g++

0 commit comments

Comments
 (0)