From 3258d303bb8481bbb4715291cca3214632abd09d Mon Sep 17 00:00:00 2001 From: dbrennand <52419383+dbrennand@users.noreply.github.com> Date: Fri, 12 May 2023 18:16:09 +0100 Subject: [PATCH] refactor: use Ubuntu 22.04 Suspect issues with Molecule tests are related to cgroups v2. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecca11e..6b80261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: molecule: name: Molecule - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: