ci: remove clang 10 C++20 (it broke recently) (#4438)

* Remove clang 10 C++20 (it broke recently), add clang 15 C++20 while we are at it.

* No luck trying clang15: Error response from daemon: manifest for silkeh/clang:15 not found: manifest unknown: manifest unknown. Giving up, this needs to be a separate PR.
This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-01-03 05:46:55 -08:00
committed by GitHub
parent f12e098f1d
commit 6da268a5c5

View File

@@ -283,8 +283,6 @@ jobs:
include:
- clang: 5
std: 14
- clang: 10
std: 20
- clang: 10
std: 17
- clang: 11