From eabb54aa97165d99b244ebcb623c7e66139bc8f5 Mon Sep 17 00:00:00 2001 From: Jaden Seniuk Date: Fri, 31 May 2024 10:20:09 -0700 Subject: [PATCH] Revert "fix: add ubuntu 22.04 to test matrix" This reverts commit 132255fbc20a2c668352b618dd563f73034cf73d. --- .github/workflows/molecule.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index bb9d07d..527025e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -28,7 +28,6 @@ jobs: matrix: image: - geerlingguy/docker-ubuntu2004-ansible:latest - - geerlingguy/docker-ubuntu2204-ansible:latest steps: - name: checkout uses: actions/checkout@v2