From 8bb286980925b179bf8707c7989568ab95d5c83a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 6 Dec 2022 19:44:41 -0600 Subject: [PATCH] Use Debian for source install test. --- .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 da7d48a..9ed4fe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - distro: debian10 playbook: converge.yml - - distro: rockylinux8 + - distro: debian11 playbook: source-install.yml steps: