ci: bump Fedora to version 39

Currently the GitHub Action vm_testsuite fails:

    The requested URL returned error: 404

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
Christian Göttsche 2023-11-09 14:51:45 +01:00 committed by James Carter
parent 2d2e872886
commit d6967d8749
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# vi: set ft=ruby : # vi: set ft=ruby :
# Vagrant configuration file which creates a virtual machine that can run the # Vagrant configuration file which creates a virtual machine that can run the
# test suite using fedora-test-runner.sh, in an environment similar to the one # test suite using fedora-test-runner.sh, in an environment similar to the one
# used for automated continuous integration tests (Travis-CI) # used for automated continuous integration tests (GitHub Actions)
# #
# To create a new virtual machine: # To create a new virtual machine:
# #
@ -34,7 +34,7 @@ SCRIPT
# backwards compatibility). Please don't change it unless you know what # backwards compatibility). Please don't change it unless you know what
# you're doing. # you're doing.
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = "fedora/36-cloud-base" config.vm.box = "fedora/39-cloud-base"
config.vm.synced_folder "../..", "/root/selinux" config.vm.synced_folder "../..", "/root/selinux"
config.vm.provider "virtualbox" do |v| config.vm.provider "virtualbox" do |v|