Skip to content

Commit

Permalink
ci: use azure pipelines pool for macos images.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Feb 29, 2024
1 parent eb44476 commit a06b3e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ extends:

parameters:
pool:
name: Azure-Pipelines-1ESPT-ExDShared
# MacOS images aren't available in 1ES templates
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/onboarding/macos-support
name: Azure Pipelines
image: ubuntu-latest
os: linux # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS

Expand Down

0 comments on commit a06b3e0

Please sign in to comment.