From 49e486555187f5a3dfbeba92ff9145d287140e48 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 4 Jan 2024 15:26:49 -0600 Subject: [PATCH] Update Install VM to use Fedora 39 --- 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 d65061fa0e6..48e89a4312a 100755 --- a/tests/install_vm.py +++ b/tests/install_vm.py @@ -20,7 +20,7 @@ DISTRO_URL = { "fedora": - "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/os", + "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os", "centos7": "http://mirror.centos.org/centos/7/os/x86_64", "centos8": "http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/", "centos9": "http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/",