From e9f8fd3216150bc84204162a1469ea4e4844ee42 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 7 Feb 2023 16:03:08 -0800 Subject: [PATCH] [1.1] Vagrantfile.fedora: upgrade Fedora to 37 Apparently, the Fedora 35 is not supported now, and the image is removed from servers, so vagrant can no longer find it. Bump to Fedora 37 to fix CI. Signed-off-by: Kir Kolyshkin --- Vagrantfile.fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile.fedora b/Vagrantfile.fedora index b84bd10f2..b6f9e4e07 100644 --- a/Vagrantfile.fedora +++ b/Vagrantfile.fedora @@ -3,7 +3,7 @@ Vagrant.configure("2") do |config| # Fedora box is used for testing cgroup v2 support - config.vm.box = "fedora/35-cloud-base" + config.vm.box = "fedora/37-cloud-base" config.vm.provider :virtualbox do |v| v.memory = 2048 v.cpus = 2