From c60c6b67ab2ad0fe76347ebbcd512b87917ef51a Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:47:55 +0100 Subject: [PATCH] [macOS] Update Python3 installer script (#7104) --- 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 09de9c356..390a6ee7b 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.10" || brew link --overwrite python@3.10 +brew_smart_install "python@3.11" || brew link --overwrite python@3.11 echo "Installing pipx" export PIPX_BIN_DIR=/usr/local/opt/pipx_bin