mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-22 05:59:58 +00:00
scripts/ci: use F36 image instead of F34
Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
parent
73b9106dae
commit
178ae166e8
2
scripts/ci/Vagrantfile
vendored
2
scripts/ci/Vagrantfile
vendored
@ -34,7 +34,7 @@ SCRIPT
|
||||
# backwards compatibility). Please don't change it unless you know what
|
||||
# you're doing.
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "fedora/34-cloud-base"
|
||||
config.vm.box = "fedora/36-cloud-base"
|
||||
config.vm.synced_folder "../..", "/root/selinux"
|
||||
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
|
Loading…
Reference in New Issue
Block a user