CI: update Fedora to 36

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

View File

@ -23,7 +23,7 @@ task:
# By default, Cirrus CI doesn't have HOME defined
HOME: /root
matrix:
BOX: fedora/35-cloud-base
BOX: fedora/36-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/35-cloud-base"
config.vm.box = ENV["BOX"] || "fedora/36-cloud-base"
config.vm.box_version = ENV["BOX_VERSION"]
memory = 4096