From 2fb37b14a2269a991b16f38da4480cd2cecb4cf2 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 3 Dec 2019 16:38:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Use=20Ubuntu=2018.04=20LTS=20again?= =?UTF-8?q?=20(19.04=20is=20EOL=202020-01)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f45b88..1c1c5b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: build-python36: docker: - - image: ubuntu:19.04 + - image: ubuntu:18.04 steps: - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget - checkout