circleci: use their ubuntu 18.04

Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
Trammell hudson 2020-01-07 21:12:55 +01:00
parent 724998421e
commit b8dd8381b0
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: ubuntu-1804
- image: ubuntu:18.04
steps:
- run:
name: Install dependencies