From 08729c65fe7a65304ce41c1e3374a954bae6fcf7 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sat, 4 Nov 2023 16:21:40 +0100 Subject: [PATCH] macOS build: Use older Python for `distutils` --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ba4b225..ffa14194 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -141,6 +141,10 @@ jobs: pool: vmImage: 'macos-11' steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: '3.11' + architecture: 'x64' - task: NodeTool@0 inputs: versionSpec: $(nodeVersion)