Merge pull request #6925 from AkihiroSuda/fedora36

CI: update Fedora to 36
This commit is contained in:
Phil Estes 2022-05-11 14:13:33 +01:00 committed by GitHub
commit eb39aace3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # By default, Cirrus CI doesn't have HOME defined
HOME: /root HOME: /root
matrix: matrix:
BOX: fedora/35-cloud-base BOX: fedora/36-cloud-base
BOX: rockylinux/8 BOX: rockylinux/8
install_libvirt_vagrant_script: | install_libvirt_vagrant_script: |
apt-get update apt-get update

2
Vagrantfile vendored
View File

@ -17,7 +17,7 @@
# Vagrantfile for Fedora and EL # Vagrantfile for Fedora and EL
Vagrant.configure("2") do |config| 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"] config.vm.box_version = ENV["BOX_VERSION"]
memory = 4096 memory = 4096