Skip to content

Commit 702c5fa

Browse files
committed
Disable Clang 18 C++26 libstdc++ unit tests due to incompatibility with version 15
See bemanproject/exemplar@48638ee
1 parent 70b250f commit 702c5fa

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,28 @@ jobs:
9393
}
9494
]
9595
},
96-
{ "versions": ["20", "19", "18"],
96+
{ "versions": ["20", "19"],
9797
"tests": [
9898
{ "cxxversions": ["c++26", "c++23", "c++20"],
9999
"tests": [
100100
{"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]}
101101
]
102102
}
103103
]
104+
},
105+
{ "versions": ["18"],
106+
"tests": [
107+
{ "cxxversions": ["c++26", "c++23", "c++20"],
108+
"tests": [
109+
{"stdlibs": ["libc++"], "tests": ["Release.Default"]}
110+
]
111+
},
112+
{ "cxxversions": ["c++23", "c++20"],
113+
"tests": [
114+
{"stdlibs": ["libc++"], "tests": ["Release.Default"]}
115+
]
116+
}
117+
]
104118
}
105119
],
106120
"appleclang": [

0 commit comments

Comments
 (0)