From 93b1bdb99f1dfe3c3affea6f6f617b98caa4d322 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 29 Jan 2019 14:17:49 +0100 Subject: [PATCH] Use Ubuntu bionic (18.04) for CI --- test/ci-bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci-bootstrap.py b/test/ci-bootstrap.py index 5dc5d5838..c63b765c0 100755 --- a/test/ci-bootstrap.py +++ b/test/ci-bootstrap.py @@ -61,7 +61,7 @@ if __name__ == "__main__": if args.create_droplet: # Create droplet - # image: 7 = Ubuntu xenial 16.04 x64 + # image: 18 = Ubuntu xenial 18.04 x64 # ssh_keys # - 411: ci, ed25519 # - 407: varac -- GitLab