From e7156071786d98e08dc9c9a61a35c5807746d44b Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Tue, 28 Jan 2025 11:59:04 -0800 Subject: [PATCH] build: use Python311 exe (#45360) build: yse Python311 exe --- .github/actions/install-build-tools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index f84472b4b1bd..0dca6d013010 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -16,5 +16,5 @@ runs: e auto-update disable if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then e d cipd.bat --version - cp "C:\Python37\python.exe" "C:\Python37\python3.exe" + cp "C:\Python311\python.exe" "C:\Python311\python3.exe" fi