Skip to content

Commit 3d50b97

Browse files
authored
Merge pull request #4378 from crazy-max/ci-fix-freebsd-2
ci(test-os): fix freebsd job
2 parents a75635e + 20518f3 commit 3d50b97

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/test-os.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
retention-days: 1
117117

118118
test-freebsd-amd64:
119-
runs-on: macos-12
119+
runs-on: macos-13
120120
needs:
121121
- build-freebsd-amd64
122122
env:
@@ -140,6 +140,19 @@ jobs:
140140
key: ${{ runner.os }}-vagrant-${{ hashFiles('hack/Vagrantfile.freebsd13') }}
141141
restore-keys: |
142142
${{ 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+
run: |
153+
set -x
154+
vagrant --version
155+
VBoxManage -v
143156
-
144157
name: Set up vagrant
145158
run: |

0 commit comments

Comments
 (0)