From b135fb8a59a04353f4f2e7847731ba2c88477b7d Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:56:29 +0200 Subject: [PATCH] Update python3 to 3.10 version (#6081) --- images/macos/provision/core/python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/core/python.sh b/images/macos/provision/core/python.sh index 597362c0..09de9c35 100755 --- a/images/macos/provision/core/python.sh +++ b/images/macos/provision/core/python.sh @@ -20,7 +20,7 @@ fi # Explicitly overwrite symlinks created by Python2 such as /usr/local/bin/2to3 since they conflict with symlinks from Python3 # https://github.com/actions/runner-images/issues/2322 echo "Brew Installing Python 3" -brew_smart_install "python@3.9" || brew link --overwrite python@3.9 +brew_smart_install "python@3.10" || brew link --overwrite python@3.10 echo "Installing pipx" export PIPX_BIN_DIR=/usr/local/opt/pipx_bin