From 40650edc97c9a942b67053352f80029c99ac53c6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 25 Jul 2024 21:48:55 -0500 Subject: [PATCH] Only test on Debian and Ubuntu, Rocky Linux idempotence failing. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b009eea..cab10a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: strategy: matrix: distro: - - rockylinux9 - - ubuntu2004 + - ubuntu2404 + - debian12 steps: - name: Check out the codebase.