Skip to content

Commit

Permalink
Merge pull request #3670 from AkihiroSuda/fedora-37
Browse files Browse the repository at this point in the history
Vagrantfile.fedora: upgrade Fedora to 37
  • Loading branch information
kolyshkin authored Nov 30, 2022
2 parents 25c9e88 + 8e9128f commit 2da0194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|
# Fedora box is used for testing cgroup v2 support
config.vm.box = "fedora/36-cloud-base"
config.vm.box = "fedora/37-cloud-base"
config.vm.provider :virtualbox do |v|
v.memory = 2048
v.cpus = 2
Expand Down

0 comments on commit 2da0194

Please sign in to comment.