From 1485c159cd2933d8b9ca68e9a6534d36018f850c Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 12 Sep 2024 11:01:33 -0500 Subject: [PATCH] Use latest versions of OSes for CI. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7c0ace..ca8e66d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: strategy: matrix: distro: - - centos7 - - ubuntu2004 - - debian11 + - rockylinux9 + - ubuntu2404 + - debian12 steps: - name: Check out the codebase.