Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
displayName: 'Verify src/azure-cli/requirements.*.Darwin.txt'
condition: succeeded()
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
-e CLI_VERSION=$CLI_VERSION \
-e HOMEBREW_UPSTREAM_URL=$HOMEBREW_UPSTREAM_URL \
--name azurecli \
python:3.6 \
python:3.9 \
/mnt/scripts/run.sh

# clean up
Expand All @@ -598,7 +598,7 @@ jobs:
dependsOn: BuildHomebrewFormula
condition: succeeded()
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down Expand Up @@ -638,7 +638,7 @@ jobs:
# condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))
condition: false
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down