You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was investigating why this action was randomly failing for me: turns out, sometimes the runner a Job is allocated to has macos version 20230812.3 (broken) and sometimes it has 20230812.1 (working).
I'm not sure if you want to include the workaround in the action itself, but there's a comment here about it in case you do: actions/runner-images#8104 (comment)
The text was updated successfully, but these errors were encountered:
I think for now I'll try to not do anything about it, as forcing the downgrade/reinstall of QEMU wastes a lot of CI minutes (it's the slowest part of the whole action).
But if this starts being too annoying I might include the fix from the comment you suggested. Likely there would be another input to the action to enable the fix, so that it becomes easy to remove from the action itself when the problem is solved on the images.
actions/runner-images#8104
I was investigating why this action was randomly failing for me: turns out, sometimes the runner a Job is allocated to has macos version
20230812.3
(broken) and sometimes it has20230812.1
(working).I'm not sure if you want to include the workaround in the action itself, but there's a comment here about it in case you do: actions/runner-images#8104 (comment)
The text was updated successfully, but these errors were encountered: