ci: Use newer docker image for gcc-8 build

This commit is contained in:
Paweł Bylica 2019-09-25 20:40:33 +02:00
parent 49349e00b5
commit 3a611a6d55
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 2 additions and 3 deletions

View File

@ -109,10 +109,9 @@ jobs:
git push -f "https://$GITHUB_TOKEN@github.com/ethereum/evmc.git" HEAD:gh-pages
build-cxx17:
executor: linux
docker:
- image: ethereum/cpp-build-env:12-gcc-8
environment:
CC: gcc-8
CXX: g++-8
CMAKE_OPTIONS: -DTOOLCHAIN=cxx17-pic
steps:
- build_and_test