-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(freebsd): pin virtualbox version to 7.0 #5352
Conversation
Signed-off-by: CrazyMax <[email protected]>
ad8a82b
to
3a084c3
Compare
@@ -204,7 +204,11 @@ jobs: | |||
set -x | |||
brew tap hashicorp/tap | |||
brew install hashicorp/tap/hashicorp-vagrant | |||
brew install --cask virtualbox | |||
#brew install --cask virtualbox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a comment to explain why brew can't be used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW no longer need to use macos for nested virt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh you mean ubuntu runners now have nested virt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opened #5353 as alternative
fixes #5348