Skip to content

Commit

Permalink
{CI} Use macOS-14 agent (Azure#29972)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Oct 8, 2024
1 parent c45e02c commit 72b03fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ variables:
ubuntu_pool: 'pool-ubuntu-2004'
windows_pool: 'pool-windows-2019'
ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool'
macos_pool: 'macOS-12'
macos_pool: 'macOS-14'
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
displayName: 'Verify src/azure-cli/requirements.*.Darwin.txt'
condition: succeeded()
pool:
vmImage: 'macOS-12'
vmImage: ${{ variables.macos_pool }}

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -633,7 +633,7 @@ jobs:
dependsOn: BuildHomebrewFormula
condition: succeeded()
pool:
vmImage: 'macOS-12'
vmImage: ${{ variables.macos_pool }}
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down Expand Up @@ -677,7 +677,7 @@ jobs:
# condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))
condition: false
pool:
vmImage: 'macOS-12'
vmImage: ${{ variables.macos_pool }}
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down

0 comments on commit 72b03fb

Please sign in to comment.