From 812d9fe697659dfb5dcf4876d9d36eeb2e89a40a Mon Sep 17 00:00:00 2001 From: Chris Schindlbeck Date: Sun, 2 Feb 2025 12:01:41 +0100 Subject: [PATCH] Uncomment to save CI bandwidth --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf25c4e..daf7e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,12 +41,13 @@ jobs: strategy: matrix: distro: - - rockylinux9 - - ubuntu2404 - - ubuntu2204 - - debian12 - - debian11 + # - rockylinux9 # uncommented to save bandwidth + # - ubuntu2404 + # - ubuntu2204 + # - debian12 + # - debian11 - fedora40 + # - fedora41 steps: - name: Check out the codebase.