From eda3ac2ff356323d8fe7a1a1882d8ead1f9927d8 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Fri, 28 May 2021 19:45:27 +0100 Subject: [PATCH] scripts/vagrant: Use Fedora 34 Signed-off-by: Radostin Stoyanov --- scripts/ci/vagrant.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/vagrant.sh b/scripts/ci/vagrant.sh index 91b912aad..2212d22ae 100755 --- a/scripts/ci/vagrant.sh +++ b/scripts/ci/vagrant.sh @@ -7,8 +7,8 @@ set -e set -x VAGRANT_VERSION=2.2.14 -FEDORA_VERSION=33 -FEDORA_BOX_VERSION=33.20201019.0 +FEDORA_VERSION=34 +FEDORA_BOX_VERSION=34.20210423.0 setup() { if [ -n "$TRAVIS" ]; then