Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix macos codesign workflow (JuliaLang#39152)
We changed the permissions on executable files which caused this `find` to not find any of the actual binaries that we need to sign. Change it to instead find anything with any executable permissions set, rather than ones with exactly the permissions `0755`
- Loading branch information