From 400b4af769512e8c124b180d5d8fd4414256e4ca Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 28 Jun 2021 15:35:40 -0400 Subject: [PATCH] Update macos-before-install.sh --- .github/actions/macos-before-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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..."