Skip to content

Commit a34fe8e

Browse files
committed
Disable Clang 18 libstdc++ unit tests due to incompatibility with version 15
See bemanproject/exemplar@48638ee
1 parent cc191e4 commit a34fe8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
}
8181
]
8282
},
83-
{ "versions": ["19", "18"],
83+
{ "versions": ["19"],
8484
"tests": [
8585
{ "cxxversions": ["c++26", "c++23", "c++20"],
8686
"tests": [
@@ -89,7 +89,7 @@ jobs:
8989
}
9090
]
9191
},
92-
{ "versions": ["17"],
92+
{ "versions": ["18", "17"],
9393
"tests": [
9494
{ "cxxversions": ["c++26", "c++23", "c++20"],
9595
"tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]

0 commit comments

Comments
 (0)