@@ -46,14 +46,14 @@ jobs:
4646 }
4747 ]
4848 },
49- { "cxxversions": ["c++23", "c++20" ],
49+ { "cxxversions": ["c++23"],
5050 "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
5151 }
5252 ]
5353 },
5454 { "versions": ["14", "13"],
5555 "tests": [
56- { "cxxversions": ["c++26", "c++23", "c++20" ],
56+ { "cxxversions": ["c++26", "c++23"],
5757 "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
5858 }
5959 ]
7272 }
7373 ]
7474 },
75- { "cxxversions": ["c++23", "c++20" ],
75+ { "cxxversions": ["c++23"],
7676 "tests": [
7777 {"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]}
7878 ]
8181 },
8282 { "versions": ["19"],
8383 "tests": [
84- { "cxxversions": ["c++26", "c++23", "c++20" ],
84+ { "cxxversions": ["c++26", "c++23"],
8585 "tests": [
8686 {"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]}
8787 ]
9090 },
9191 { "versions": ["18", "17"],
9292 "tests": [
93- { "cxxversions": ["c++26", "c++23", "c++20" ],
93+ { "cxxversions": ["c++26", "c++23"],
9494 "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]
9595 }
9696 ]
0 commit comments