-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
all workflows fail on macos-11 runners #34
Comments
I just tried my repo: It seems good. please check again. |
same error on my end. could it be because you are using vmactions/[email protected] and i'm using vmactions/[email protected] ? |
no, there is only one minor change in v0.1.5. See: https://github.com/vmactions/shell-freebsd/runs/3813493296?check_suite_focus=true |
For some reason, the github runner is different:
Yours are:
So my macos-latest resolves to macos-11, but yours resolve to macos-10.15 (which is conform to https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) |
I don't know why yours is resolved t o macos-11, but I confirmed tha macos-11 doesn't have virtualbox pre-installed. |
virtualbox is not installed in macos 11. |
ok, so this issue is actually blocked by actions/runner-images#4010 |
Yes, correct. |
Since yesterday, all my freebsd workflows are failing with
sudo: vboxmanage: command not found
. Maybe something changed in gha's macos runners ?full log:
The text was updated successfully, but these errors were encountered: