Merge pull request #6925 from AkihiroSuda/fedora36
CI: update Fedora to 36
This commit is contained in:
		| @@ -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
									
									
								
							
							
						
						
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Phil Estes
					Phil Estes