We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc040f8 commit 0da5fecCopy full SHA for 0da5fec
.github/workflows/ci.yml
@@ -360,6 +360,31 @@ jobs:
360
cxx_standard: 23,
361
cxx_asan: true,
362
}
363
+ # GCC-15
364
+ - {
365
+ name: "Linux GCC 15 C++17",
366
+ os: ubuntu-latest,
367
+ container: { image: "ghcr.io/rollbear/gcc:15" },
368
+ compiler: gcc,
369
+ cxx_standard: 17,
370
+ cxx_asan: true,
371
+ }
372
373
+ name: "Linux GCC 15 C++20",
374
375
376
377
+ cxx_standard: 20,
378
379
380
381
+ name: "Linux GCC 15 C++23",
382
383
384
385
+ cxx_standard: 23,
386
387
388
389
# # Clang-3.5
390
# - {
0 commit comments