Skip to content

Commit

Permalink
ci: Use older clang-10 image for the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 8, 2020
1 parent 92cf306 commit f5e79e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ jobs:
- test

coverage:
executor: linux-clang-latest
docker:
- image: ethereum/cpp-build-env:14-clang-10
steps:
- checkout
- build:
Expand Down Expand Up @@ -406,7 +407,8 @@ jobs:
destination: artifacts

spectest:
executor: linux-clang-latest
docker:
- image: ethereum/cpp-build-env:14-clang-10
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit f5e79e7

Please sign in to comment.