From b05524bc4696c5f2fe839f6c5988cd86ce5df2f9 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Fri, 1 Nov 2024 13:44:42 -0500 Subject: [PATCH] Update Fedora in install_vm to F41 F39 is going EOL soon --- tests/install_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install_vm.py b/tests/install_vm.py index 4a010f44f70..f48cef18282 100755 --- a/tests/install_vm.py +++ b/tests/install_vm.py @@ -19,7 +19,7 @@ DISTRO_URL = { "fedora": - "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os", + "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os", "centos8": "http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/", "centos9": "http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/", }