From 8f033e9e3d1717a663211803ecc133e2950fb5f9 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Mon, 31 May 2021 19:52:14 +0200 Subject: [PATCH] Use buster for tests --- tests/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Vagrantfile b/tests/Vagrantfile index aeceb19..5e3016d 100644 --- a/tests/Vagrantfile +++ b/tests/Vagrantfile @@ -1,5 +1,5 @@ -# OS_TO_TEST = "debian/buster64" -OS_TO_TEST = "debian/bullseye64" +OS_TO_TEST = "debian/buster64" +# OS_TO_TEST = "debian/bullseye64" Vagrant.configure("2") do |config| config.vm.box = OS_TO_TEST