From 435b7bedb91589e2689c902100572321b8be8d89 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 9 Mar 2024 14:03:19 -0600 Subject: [PATCH] Stop testing on Debian 12 temporarily. --- .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 5c49051..4e62fa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - rockylinux8 - ubuntu2204 - ubuntu2004 - - debian12 + # - debian12 # Having weird idempotence issue. - debian11 steps: