mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update macos-before-install.sh
This commit is contained in:
6
.github/actions/macos-before-install.sh
vendored
6
.github/actions/macos-before-install.sh
vendored
@@ -22,11 +22,7 @@ cd ~
|
|||||||
|
|
||||||
# Use official Python.org version of Python which is backwards compatible
|
# Use official Python.org version of Python which is backwards compatible
|
||||||
# with older MacOS versions
|
# with older MacOS versions
|
||||||
if [ "$PLATFORM" == "x86_64" ]; then
|
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg
|
||||||
export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
|
|
||||||
else
|
|
||||||
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg
|
|
||||||
fi
|
|
||||||
|
|
||||||
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile
|
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile
|
||||||
echo "installing Python $BUILD_PYTHON_VERSION..."
|
echo "installing Python $BUILD_PYTHON_VERSION..."
|
||||||
|
|||||||
Reference in New Issue
Block a user