-
Notifications
You must be signed in to change notification settings - Fork 217
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
setup-r
not working on macos-13
runners
#810
Comments
This is a bug in homebrew, add
to your workflow, to the |
Most probably it'll also go away when GitHub rolls out a runner image with a more recent homebrew installation. The
https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md |
On macOS to avoid lengthy homebrew updates that are most probably not needed. See #810 for an example failure.
Added that env var to |
Thanks for the super speedy response. That does seem to have resolved the issue, and has the nice effect of also reducing the runtime from > 7 minutes to < 1 minute. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Describe the bug
I'm currently unable to use the
setup-r
action onmacos-13
runners. It fails at the "Downloading macOS utils" step with the error:To Reproduce
A link to a failed run of the action can be found at: https://github.com/grimbough/test-workflow/actions/runs/8358075235/job/22878572700
The fairly minimal workflow file is:
Expected behavior
The action seems to work fine on the GitHub runners using other MacOS version and it's be great to restore that behaviour on
macos-13
.Additional context
I've noticed that the GitHub runner
macos-13
base image has changed a bit recently e.g. there's no existing installation of R on there any more (actions/runner-images@7535fb5). Perhaps those recent changes are releated to this issue.The text was updated successfully, but these errors were encountered: