Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Use box with HighSierra and Xcode-9.3

  • Loading branch information
joseph-cliqz authored and mahmoud-adam85 committed May 16, 2018
1 parent 3a7c5c3 commit 303402d4721a86520d8f510436228569cb043fa8
Showing with 1 addition and 1 deletion.
  1. +1 −1 Jenkinsfile.publish
@@ -11,7 +11,7 @@ node('mac-vm-host') {

writeFile file: 'Vagrantfile', text: '''
Vagrant.configure("2") do |config|
config.vm.box = "browser-ios-v298"
config.vm.box = "browser-ios-v300"
config.vm.define "publishios" do |publishios|
publishios.vm.hostname ="publishios"

0 comments on commit 303402d

Please sign in to comment.