Skip to content

Commit

Permalink
ci: Upgrade compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Dec 20, 2021
1 parent b2aec09 commit 366b52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ parameters:
executors:
linux-gcc-latest:
docker:
- image: ethereum/cpp-build-env:16-gcc-10
- image: ethereum/cpp-build-env:17-gcc-11
linux-clang-latest:
docker:
- image: ethereum/cpp-build-env:16-clang-11
- image: ethereum/cpp-build-env:17-clang-13
macos:
macos:
xcode: 11.6.0
Expand Down

0 comments on commit 366b52b

Please sign in to comment.