Skip to content

Commit 476a2f5

Browse files
committed
Adjust CI to remove broken Clang 18/C++26/libstdc++ unit test
This test stopped working after the Clang 18 CI image was updated, I believe because the libstdc++ version was bumped from version 14 to version 15.
1 parent 2a8725d commit 476a2f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
}
9191
]
9292
},
93-
{ "versions": ["20", "19", "18"],
93+
{ "versions": ["20", "19"],
9494
"tests": [
9595
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
9696
"tests": [
@@ -99,7 +99,7 @@ jobs:
9999
}
100100
]
101101
},
102-
{ "versions": ["17"],
102+
{ "versions": ["18", "17"],
103103
"tests": [
104104
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
105105
"tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]

cookiecutter/{{cookiecutter.project_name}}/.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
}
9191
]
9292
},
93-
{ "versions": ["20", "19", "18"],
93+
{ "versions": ["20", "19"],
9494
"tests": [
9595
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
9696
"tests": [
@@ -99,7 +99,7 @@ jobs:
9999
}
100100
]
101101
},
102-
{ "versions": ["17"],
102+
{ "versions": ["18", "17"],
103103
"tests": [
104104
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
105105
"tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]

0 commit comments

Comments
 (0)