File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,10 @@ jobs:
122122
123123 echo '::group::Install official Python'
124124 # We need the official Python, because the GA ones only support newer macOS versions
125- export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
126- wget -O ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
127- sudo installer -pkg ${{ github.workspace }}/python.pkg -target /
125+ # export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
126+ export PYTHON_VERSION=3.12.7
127+ wget -qO ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
128+ sudo installer -verbose -pkg ${{ github.workspace }}/python.pkg -target /
128129 python3 --version
129130 echo '::endgroup::'
130131
You can’t perform that action at this time.
0 commit comments