diff --git a/.github/actions/macos-before-install.sh b/.github/actions/macos-before-install.sh index b1529b28..32b57658 100755 --- a/.github/actions/macos-before-install.sh +++ b/.github/actions/macos-before-install.sh @@ -22,11 +22,7 @@ cd ~ # Use official Python.org version of Python which is backwards compatible # with older MacOS versions -if [ "$PLATFORM" == "x86_64" ]; then - export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -else - export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg -fi +export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile echo "installing Python $BUILD_PYTHON_VERSION..."