From a82ff4bb4e97005dc6c3df79e33ee336c97e74e3 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 7 Dec 2020 22:36:10 -0500 Subject: [PATCH] Update macos-before-install.sh --- .github/actions/macos-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/macos-before-install.sh b/.github/actions/macos-before-install.sh index e88f3ef1..fbfd0a94 100755 --- a/.github/actions/macos-before-install.sh +++ b/.github/actions/macos-before-install.sh @@ -21,7 +21,7 @@ bash --version cd ~ #brew install python@3.9 -wget https://www.python.org/ftp/python/3.9.1/python-3.9.1-macosx10.9.pkg +wget https://www.python.org/ftp/python/3.9.0/python-3.9.0-macosx10.9.pkg echo "installing..." sudo installer -pkg ./python-3.9.1-macosx10.9.pkg -target / which python3