Skip to content

Commit 472b0fe

Browse files
committed
Fix unsupported std values and ARM clang runner
1 parent 6a79ede commit 472b0fe

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
# Linux, clang-15
311311
- toolset: clang
312312
compiler: clang++-15
313-
cxxstd: "03,11,14,17,20,23"
313+
cxxstd: "03,11,14,17,20,2b"
314314
cxxflags: -pipe
315315
container: ubuntu:22.04
316316
os: ubuntu-latest
@@ -319,7 +319,7 @@ jobs:
319319
- toolset: clang
320320
compiler: clang++-16
321321
cxxflags: -pipe
322-
cxxstd: "03,11,14,17,20,23"
322+
cxxstd: "03,11,14,17,20,2b"
323323
container: ubuntu:24.04
324324
os: ubuntu-latest
325325
install: clang-16
@@ -374,7 +374,7 @@ jobs:
374374
# Linux, clang-15 libc++
375375
- toolset: clang
376376
compiler: clang++-15
377-
cxxstd: "11,14,17,20,23"
377+
cxxstd: "11,14,17,20,2b"
378378
os: ubuntu-latest
379379
container: ubuntu:22.04
380380
install:
@@ -446,7 +446,9 @@ jobs:
446446
cxxstd: "03,11,14,17,20,23,26"
447447
cxxflags: -pipe
448448
os: ubuntu-26.04-arm
449-
install: clang
449+
install:
450+
- clang
451+
- g++
450452
#------------------
451453
# MacOS, clang
452454
#------------------

0 commit comments

Comments
 (0)