diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-12-04 16:44:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-12-04 16:44:16 +1000 |
commit | a679ab76abbd9b46ff5b8ae98e3f3125183bd179 (patch) | |
tree | 141a0a47375c584624aa664f0197e98bb01da50d /.gitlab-ci.yml | |
parent | cbc447a11cd1997852ca34fd7ea06338b06a6a0f (diff) | |
download | libinput-a679ab76abbd9b46ff5b8ae98e3f3125183bd179.tar.gz |
gitlab CI: fix ubuntu version for 18.04
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dc616f0..f88d3157 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -619,7 +619,7 @@ ubuntu:17.10@default-build: ubuntu:18.04@default-build: extends: .ubuntu@template variables: - UBUNTU_VERSION: "17.10" + UBUNTU_VERSION: "18.04" # # Arch |