Add the tap, and install:
brew tap hyperledger/besu
brew install besu
Run the besu executable:
besu --help
Refer to the Besu docs for further information.
To upgrade besu:
brew tap hyperledger/besu
brew upgrade besu
Use GitHub workflow to updated the version. Run the workflow to perform new release update. Workflow requires Besu version, name of the git author and the email of the aurther. If the workflow have permission to create pull requests, it will create the PR. If not user need to create the pull request using the created branch.