From 23e82d1d2593dce0268f0cef4a1cd20af06f2cf8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 21 Sep 2026 11:04:51 -0400 Subject: [PATCH] ci: Drop soon to be EOL fedora-43 It's very soon to be EOL (ref https://endoflife.date/fedora) and our CI matrix is way too large. Signed-off-by: Colin Walters --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58e32e385..e2334c854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,8 +120,8 @@ jobs: || [[ "$EVENT" == "pull_request" && "$MERGE_QUEUE_ENABLED" != "true" ]] \ || echo "$LABELS" | jq -e 'index("ci/merge")' > /dev/null; }; then # Full suite: all OSes - echo 'package_os_matrix=["fedora-43","fedora-44","fedora-45","fedora-46","centos-9","centos-10"]' >> "$GITHUB_OUTPUT" - echo 'integration_os_matrix=["fedora-43","fedora-44","centos-9","centos-10"]' >> "$GITHUB_OUTPUT" + echo 'package_os_matrix=["fedora-44","fedora-45","fedora-46","centos-9","centos-10"]' >> "$GITHUB_OUTPUT" + echo 'integration_os_matrix=["fedora-44","centos-9","centos-10"]' >> "$GITHUB_OUTPUT" echo 'upgrade_os_matrix=["fedora-44","centos-10"]' >> "$GITHUB_OUTPUT" echo 'run_heavy=true' >> "$GITHUB_OUTPUT" elif [[ "$DOCS_ONLY" != "true" ]] && echo "$LABELS" | jq -e 'index("ci/tier-1")' > /dev/null; then @@ -326,8 +326,6 @@ jobs: # For now only have grub-cc tests in F44 - test_os: fedora-45 bootloader: grub-cc - - test_os: fedora-43 - bootloader: grub-cc - test_os: centos-9 bootloader: grub-cc - test_os: centos-10