From 2a17ce7a60675d245c20397b3f22b22f6a0a324e Mon Sep 17 00:00:00 2001 From: Vasant Hegde Date: Mon, 5 Apr 2021 16:44:05 +0530 Subject: opal-ci: Replace fedora32 with fedora33 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ideally we should move to fedora34. But looks like docker repository doesn't have fedora34-ppc64le image. Hence moving to fedora33 for now. Signed-off-by: Vasant Hegde Reviewed-by: Dan HorĂ¡k --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8345acc..9bf8825 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: - RUN_ON_CONTAINER=ubuntu-20.04 - RUN_ON_CONTAINER=ubuntu-latest - RUN_ON_CONTAINER=centos7 - - RUN_ON_CONTAINER=fedora32 + - RUN_ON_CONTAINER=fedora33 - RUN_ON_CONTAINER=fedora-rawhide - RUN_ON_CONTAINER=debian-unstable - RUN_ON_CONTAINER=docs -- cgit v1.1