Skip to content

Commit

Permalink
ci: remove clang 10 C++20 (it broke recently) (#4438)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
rwgk committed Jan 3, 2023
1 parent f12e098 commit 6da268a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -283,8 +283,6 @@ jobs:
include:
- clang: 5
std: 14
- clang: 10
std: 20
- clang: 10
std: 17
- clang: 11
Expand Down

0 comments on commit 6da268a

Please sign in to comment.