From f4cb290db33f74fda24f3ad06196025b2eefab08 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 2 Dec 2024 12:42:37 -0700 Subject: [PATCH] ci: Use Fedora 41, drop Fedora 39 Fedora 41 is released, and Fedora 39 will soon be unsupported Signed-off-by: Rich Megginson --- .github/workflows/tft.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index 3f455a1..51b39de 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -98,10 +98,10 @@ jobs: fail-fast: false matrix: include: - - platform: Fedora-39 - ansible_version: 2.17 - platform: Fedora-40 ansible_version: 2.17 + - platform: Fedora-41 + ansible_version: 2.17 - platform: CentOS-7-latest ansible_version: 2.9 - platform: CentOS-Stream-8