From 52ea047a714d474b3c26c385e434d156fa5435f1 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Thu, 22 Aug 2019 13:53:38 +0200 Subject: [PATCH] ci: try ubuntu 19.04 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62690a4..52fcfef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: build-python36: docker: - - image: ubuntu:18.04 + - image: ubuntu:19.04 steps: - run: apt-get update ; apt-get install -y make git curl python3 python3-pip libtesseract-dev libleptonica-dev tesseract-ocr-eng tesseract-ocr wget - checkout