Intermittent GitHub Actions package generation failures on MacOS Intel
The GitHub Actions build for macos-intel occasionally fails at the CPack stage with hdiutil giving a device-or-resource busy error, maybe trying to unmount the generated DMG before writes committed?
Re-running the failed job a few times will win the race and produce a correct package, but this needs to get fixed asap.
Seems to be an upstream runner image issue
https://github.com/actions/runner-images/issues/7522
Also related: https://gitlab.kitware.com/cmake/cmake/-/issues/25671
@d235j can you look at the workaround in https://github.com/HEXRD/hexrdgui/pull/1768/files and see if it might work for us?