From 9fe15fdd165c33a93ede3803374a3c1689a4064a Mon Sep 17 00:00:00 2001 From: Ciaran McCrisken Date: Wed, 14 Oct 2020 16:42:43 +0100 Subject: [PATCH] Fix Ubuntu image name --- provision.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provision.yaml b/provision.yaml index 467b6da..3d9bbc5 100644 --- a/provision.yaml +++ b/provision.yaml @@ -54,5 +54,5 @@ release_checks_7: images: - debian-9-x86_64 - debian-10-x86_64 - - ubuntu-18.04-x86_64 - - ubuntu-20.04-x86_64 + - ubuntu-1804-x86_64 + - ubuntu-2004-x86_64 -- 2.45.2