We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a75635e + 20518f3 commit 3d50b97Copy full SHA for 3d50b97
.github/workflows/test-os.yml
@@ -116,7 +116,7 @@ jobs:
116
retention-days: 1
117
118
test-freebsd-amd64:
119
- runs-on: macos-12
+ runs-on: macos-13
120
needs:
121
- build-freebsd-amd64
122
env:
@@ -140,6 +140,19 @@ jobs:
140
key: ${{ runner.os }}-vagrant-${{ hashFiles('hack/Vagrantfile.freebsd13') }}
141
restore-keys: |
142
${{ runner.os }}-vagrant-
143
+ -
144
+ name: Install vagrant and VirtualBox
145
+ run: |
146
+ set -x
147
+ brew tap hashicorp/tap
148
+ brew install hashicorp/tap/hashicorp-vagrant
149
+ brew install --cask virtualbox
150
151
+ name: Check versions
152
153
154
+ vagrant --version
155
+ VBoxManage -v
156
-
157
name: Set up vagrant
158
run: |
0 commit comments