Skip to content

Commit 41cba39

Browse files
committed
Update ci.yml
1 parent 8a47b51 commit 41cba39

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
os: ubuntu-latest
8181
install: g++-14-multilib
8282
address-model: 32,64
83+
- toolset: gcc-15
84+
cxxstd: "11,14,17,20,23,2c"
85+
container: ubuntu:25.10
86+
os: ubuntu-latest
87+
install: g++-15-multilib
88+
address-model: 32,64
8389
- toolset: clang
8490
compiler: clang++-3.9
8591
cxxstd: "11,14"
@@ -183,14 +189,26 @@ jobs:
183189
os: ubuntu-latest
184190
install: clang-19
185191
- toolset: clang
186-
cxxstd: "11,14,17,20,2b"
187-
os: macos-13
192+
compiler: clang++-20
193+
cxxstd: "11,14,17,20,23,2c"
194+
container: ubuntu:24.04
195+
os: ubuntu-latest
196+
install: clang-20
197+
- toolset: clang
198+
compiler: clang++-21
199+
cxxstd: "11,14,17,20,23,2c"
200+
container: ubuntu:25.10
201+
os: ubuntu-latest
202+
install: clang-21
188203
- toolset: clang
189204
cxxstd: "11,14,17,20,2b"
190205
os: macos-14
191206
- toolset: clang
192-
cxxstd: "11,14,17,20,2b"
207+
cxxstd: "11,14,17,20,23,2c"
193208
os: macos-15
209+
- toolset: clang
210+
cxxstd: "11,14,17,20,23,2c"
211+
os: macos-26
194212

195213
runs-on: ${{matrix.os}}
196214

@@ -270,7 +288,7 @@ jobs:
270288
addrmd: 32,64
271289
os: windows-2022
272290
- toolset: clang-win
273-
cxxstd: "14,17,latest"
291+
cxxstd: "14,17,20,latest"
274292
addrmd: 32,64
275293
os: windows-2025
276294
- toolset: gcc

0 commit comments

Comments
 (0)