mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-27 21:03:05 -04:00
vagrant: darwin: upgrade OS 10.10 -> 10.12
This commit is contained in:
parent
08574d08f8
commit
cecea99a0e
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -288,7 +288,7 @@ Vagrant.configure(2) do |config|
|
|||
end
|
||||
|
||||
config.vm.define "darwin64" do |b|
|
||||
b.vm.box = "jhcook/yosemite-clitools"
|
||||
b.vm.box = "jhcook/macos-sierra"
|
||||
b.vm.provider :virtualbox do |v|
|
||||
v.memory = 1536 + $wmem
|
||||
v.customize ['modifyvm', :id, '--ostype', 'MacOS1010_64']
|
||||
|
|
|
|||
Loading…
Reference in a new issue