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
+2 -1
View File
@@ -1,5 +1,6 @@
name: Install Packer
description: Installs the packerio executable and its attendant tools to ~/bin
description: Installs the packerio executable and its attendant tools to /usr/local/bin
for Ubuntu hosts
inputs:
version:
description: Version of Packer to install
@@ -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