change bionic64to focal64 (#2371)

This commit is contained in:
heaterC 2020-11-25 19:54:02 +01:00 committed by GitHub
parent d418e595cf
commit ddf7d92c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ SCRIPT
Vagrant.configure(2) do |config|
# What box should we base this build on?
config.vm.box = "ubuntu/bionic64"
config.vm.box = "ubuntu/focal64"
config.vm.box_version = ">= 20180719.0.0"
# Default images are not big enough to build Armbian.