Skip to content

Commit

Permalink
macOS build: Use older Python for distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Nov 4, 2023
1 parent 0a9dfaf commit 08729c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08729c6

Please sign in to comment.