[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 <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2023-02-07 16:03:08 -08:00
parent bd4d05c0ca
commit e9f8fd3216
+1 -1
View File
@@ -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