CI: update Fedora to 37

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2022-11-18 09:42:42 +09:00
parent 1a0ac21e20
commit 2f5dd7c660
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ task:
# By default, Cirrus CI doesn't have HOME defined
HOME: /root
matrix:
BOX: fedora/36-cloud-base
BOX: fedora/37-cloud-base
BOX: rockylinux/8
install_libvirt_vagrant_script: |
apt-get update

2
Vagrantfile vendored
View File

@ -17,7 +17,7 @@
# Vagrantfile for Fedora and EL
Vagrant.configure("2") do |config|
config.vm.box = ENV["BOX"] || "fedora/36-cloud-base"
config.vm.box = ENV["BOX"] || "fedora/37-cloud-base"
config.vm.box_version = ENV["BOX_VERSION"]
memory = 4096