From e08ab860e38eb9a8469793b374746ffab69715b9 Mon Sep 17 00:00:00 2001 From: pwalczysko Date: Wed, 31 May 2023 11:39:11 +0100 Subject: [PATCH] Adjust to ubuntu-latest to fix tests --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index ed5a7b62..ae7ee989 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -20,7 +20,7 @@ jobs: name: Test needs: - list-scenarios - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: # Keep running so we can see if other tests pass fail-fast: false