1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 03:39:55 +02:00

Use Ubuntu 18.04 LTS again (19.04 is EOL 2020-01)

This commit is contained in:
Gerber, Mike 2019-12-03 16:38:53 +01:00
parent 5a3ffeeb63
commit 2fb37b14a2

View file

@ -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