macOS 12.3 has removed `/usr/bin/python` v2, and now only the `/usr/bin/python3` is available. Due to that change, the workflow fails. ``` Code 127: command not found: python ```
macOS 12.3 has removed
/usr/bin/pythonv2, and now only the/usr/bin/python3is available.Due to that change, the workflow fails.