Skip to content

Commit

Permalink
ci: Bump minimum required Clang version to 11
Browse files Browse the repository at this point in the history
Allows using std::span.
  • Loading branch information
chfast committed Oct 19, 2022
1 parent fb97a7d commit 7d033c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ executors:
CMAKE_BUILD_PARALLEL_LEVEL: 4
linux-clang-min:
docker:
- image: ethereum/cpp-build-env:15-clang-9
- image: ethereum/cpp-build-env:16-clang-11
resource_class: small
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 2
Expand Down

0 comments on commit 7d033c5

Please sign in to comment.