Skip to content

Commit

Permalink
See if we can use the 10.9 build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Nov 1, 2019
1 parent 48d5980 commit 07dd5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/osx_utils.sh
Expand Up @@ -128,7 +128,7 @@ function install_macpython {
# sets $PYTHON_EXE variable to python executable
local py_version=$(fill_pyver $1)
local inst_ext=$(pyinst_ext_for_version $py_version)
local py_inst=python-$py_version-macosx10.6.$inst_ext
local py_inst=python-$py_version-macosx10.9.$inst_ext
local inst_path=$DOWNLOADS_SDIR/$py_inst
mkdir -p $DOWNLOADS_SDIR
curl $MACPYTHON_URL/$py_version/${py_inst} > $inst_path
Expand Down

0 comments on commit 07dd5f6

Please sign in to comment.