-
Notifications
You must be signed in to change notification settings - Fork 152
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
Error: Command failed: hdiutil detach (reopen #142) #229
Comments
Any workarounds? Happens on osx 12 runners for me as well... |
It happens for me from time to time. For example here: https://github.com/metgem/metgem_releases/actions/runs/6831611094/job/18581300522
|
@LinusU looks like sometimes the volume is already unmounted and this attempts to unmount it, which throws an error. In hdiutil.js:
|
If the code above fixes the issue what is expected to fold it in? a PR? (@LinusU) |
I'm currently encountering the same issue #142 running the following configuration:
runs-on: macos-13
This issue has also been reported on in the thread by me and Othyn: #142 (comment)
I haven't found a way to re-open issue so I'm opening this one.
The text was updated successfully, but these errors were encountered: