From 9770e5d43c82404f2ce904db5629af0beadd1c8c Mon Sep 17 00:00:00 2001 From: Theo Le Peltier Date: Wed, 29 Jun 2022 11:22:50 +0200 Subject: [PATCH] Change Centos to fedora for molecule test --- .github/workflows/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 7fdb440..1cbf3bd 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -30,8 +30,8 @@ jobs: config: - image: "amazonlinux" tag: "latest" - - image: "centos" - tag: "8" + - image: "fedora" + tag: "28" - image: "debian" tag: "11" - image: "debian"