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
an actions/cache/restore action started failing for me during the brownout. the only explanation I could guess was that actions/cache/save was running on macOS-13 whereas actions/cache/restore was running on macos-13. I didn't see this change documented anywhere in the migration guide; but also it seems easy enough to make the backend case-insensitive. Not sure if there's any reason not to do that? Or make runs-on case-sensitive.
I've been having similar failures recently even without a case difference in the base image name; so maybe this is a red herring, or I can open a separate ticket for those?
an
actions/cache/restore
action started failing for me during the brownout. the only explanation I could guess was thatactions/cache/save
was running onmacOS-13
whereasactions/cache/restore
was running onmacos-13
. I didn't see this change documented anywhere in the migration guide; but also it seems easy enough to make the backend case-insensitive. Not sure if there's any reason not to do that? Or makeruns-on
case-sensitive.https://github.com/unisonweb/unison/actions/runs/13251002645/job/37026161441
The text was updated successfully, but these errors were encountered: