It seems that an update of the macOS version of the github actions runner caused the errors. The actions are fixed by changing the way the rpath option is passed to the linker. This should also eliminate the need to modify the rpath after compilation using install_name_tool. I do not own a macOS device so I can not check if the resulting binary works the way it did before. If anyone can test that please feel free to provide feedback.
It seems that an update of the macOS version of the github actions runner caused the errors. The actions are fixed by changing the way the
rpath
option is passed to the linker. This should also eliminate the need to modify the rpath after compilation usinginstall_name_tool
. I do not own a macOS device so I can not check if the resulting binary works the way it did before. If anyone can test that please feel free to provide feedback.