Skip to content

Commit

Permalink
Engineering - bump macOS agent version (#215286)
Browse files Browse the repository at this point in the history
* Engineering - bump macOS agent version

* Jump to macOS-13
  • Loading branch information
lszomoru committed Jun 12, 2024
1 parent a4ac06f commit b0a60ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/azure-pipelines/product-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ extends:
- job: CLIMacOSX64
pool:
name: Azure Pipelines
image: macOS-11
image: macOS-13
os: macOS
steps:
- template: build/azure-pipelines/darwin/cli-build-darwin.yml@self
Expand All @@ -284,7 +284,7 @@ extends:
- job: CLIMacOSARM64
pool:
name: Azure Pipelines
image: macOS-11
image: macOS-13
os: macOS
steps:
- template: build/azure-pipelines/darwin/cli-build-darwin.yml@self
Expand Down Expand Up @@ -597,7 +597,7 @@ extends:
- CompileCLI
pool:
name: Azure Pipelines
image: macOS-11
image: macOS-13
os: macOS
variables:
BUILDSECMON_OPT_IN: true
Expand Down

0 comments on commit b0a60ae

Please sign in to comment.