Skip to content

Commit 1521424

Browse files
committed
Simplify CI configuration
This avoids having two separate sections for Clang 17.
1 parent dfa8bd1 commit 1521424

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,7 @@ jobs:
103103
"tests": [
104104
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
105105
"tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]
106-
}
107-
]
108-
},
109-
{ "versions": ["17"],
110-
"tests": [
106+
},
111107
{ "cxxversions": ["c++20", "c++17"],
112108
"tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
113109
}

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,7 @@ jobs:
103103
"tests": [
104104
{ "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
105105
"tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]
106-
}
107-
]
108-
},
109-
{ "versions": ["17"],
110-
"tests": [
106+
},
111107
{ "cxxversions": ["c++20", "c++17"],
112108
"tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
113109
}

0 commit comments

Comments
 (0)