circleci: use their ubuntu 18.04

Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
Trammell hudson 2020-01-07 19:56:49 +01:00
parent dacc3e2755
commit 724998421e
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ubuntu:18.04
- image: ubuntu-1804
steps:
- run:
name: Install dependencies