Skip to content

Commit

Permalink
try using parallels instead of virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Oct 19, 2023
1 parent 91352e7 commit 5e2339a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vagrant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
- uses: actions/checkout@v3

- name: Start vagrant box
run: vagrant up ${{ matrix.vagrant_target }}
run: |
vagrant plugin install vagrant-parallels
vagrant up --provider parallels ${{ matrix.vagrant_target }}

0 comments on commit 5e2339a

Please sign in to comment.