Skip to content

Commit

Permalink
ci: switch to macos-13 runner for freebsd job
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 5, 2024
1 parent bd6c037 commit f1f2899
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:
go test ./...
test-freebsd-amd64:
runs-on: macos-latest
timeout-minutes: 60
runs-on: macos-13
env:
VAGRANT_VAGRANTFILE: hack/Vagrantfile.freebsd13
steps:
Expand All @@ -118,6 +117,19 @@ jobs:
key: ${{ runner.os }}-vagrant-${{ hashFiles('hack/Vagrantfile.freebsd13') }}
restore-keys: |
${{ runner.os }}-vagrant-
-
name: Install vagrant and VirtualBox
run: |
set -x
brew tap hashicorp/tap
brew install hashicorp/tap/hashicorp-vagrant
brew install --cask virtualbox
-
name: Check versions
run: |
set -x
vagrant --version
VBoxManage -v
-
name: Set up vagrant
run: |
Expand Down

0 comments on commit f1f2899

Please sign in to comment.