Skip to content

Commit

Permalink
Use image instead of vmImage in macOS pool for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored and radekdoulik committed Sep 19, 2024
1 parent ce338f3 commit df692f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ extends:
- _BuildConfig: Release
pool:
name: Azure Pipelines
vmImage: macos-11
image: macos-11
os: macOS
steps:
- bash: |
Expand Down

0 comments on commit df692f8

Please sign in to comment.