mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[macOS] Fix Python2 installer condition (#7624)
This commit is contained in:
@@ -3,7 +3,7 @@ source ~/utils/utils.sh
|
|||||||
|
|
||||||
echo "Installing Python Tooling"
|
echo "Installing Python Tooling"
|
||||||
|
|
||||||
if ! is_Veertu; then
|
if is_Monterey || is_BigSur; then
|
||||||
echo "Install latest Python 2"
|
echo "Install latest Python 2"
|
||||||
Python2Url="https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg"
|
Python2Url="https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg"
|
||||||
download_with_retries $Python2Url "/tmp" "python2.pkg"
|
download_with_retries $Python2Url "/tmp" "python2.pkg"
|
||||||
|
|||||||
Reference in New Issue
Block a user