File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 echo '::group::Install official Python'
124124 # We need the official Python, because the GA ones only support newer macOS versions
125- sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* || true
125+ sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* /usr/local/opt/python3 || true
126126 # export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
127127 export PYTHON_VERSION=3.12.7
128128 wget -qO ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
You can’t perform that action at this time.
0 commit comments