Move tests to run in MacOS 12 (#2)

This commit is contained in:
Greg Hellings
2022-06-02 15:32:20 -05:00
committed by GitHub
parent 17394dffa2
commit 274b01f7f6
3 changed files with 14 additions and 2 deletions
@@ -0,0 +1,9 @@
name: Install virtualbox on Mac
description: Installs virtualbox on Mac runners
runs:
using: composite
steps:
- shell: bash
run: |
set -exo pipefail
brew install virtualbox vagrant