There was an error while loading. Please reload this page.
2 parents 00d7e40 + df5f3f8 commit 6fbc2c0Copy full SHA for 6fbc2c0
1 file changed
.github/workflows/ci.yml
@@ -44,6 +44,32 @@ jobs:
44
cxxstd: "14,17"
45
os: ubuntu-24.04
46
install: g++-10
47
+ - toolset: gcc
48
+ compiler: g++-11
49
+ cxxstd: "14,17"
50
+ os: ubuntu-24.04
51
+ install: g++-11
52
53
+ compiler: g++-12
54
+ cxxstd: "14,17,20"
55
56
+ install: g++-12
57
58
+ compiler: g++-13
59
60
61
+ install: g++-13
62
63
+ compiler: g++-14
64
65
66
+ install: g++-14
67
68
+ compiler: g++-15
69
70
+ os: ubuntu-latest
71
+ container: ubuntu:25.04
72
+ install: g++-15
73
- toolset: clang
74
compiler: clang++-3.9
75
cxxstd: "14"
0 commit comments