-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update macos image from 11 to latest (#44607)
* Update macos image from 11 to latest * Update eng/pipelines/templates/jobs/ci.mgmt.yml Co-authored-by: Ben Broderick Phillips <ben@benbp.net> --------- Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
- Loading branch information
1 parent
f17d7dd
commit 29e87b4
Showing
7 changed files
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Default pool image selection. Set as variable so we can override at pipeline level | ||
|
||
variables: | ||
- name: LINUXPOOL | ||
value: azsdk-pool-mms-ubuntu-2004-general | ||
- name: WINDOWSPOOL | ||
value: azsdk-pool-mms-win-2022-general | ||
- name: MACPOOL | ||
value: Azure Pipelines | ||
|
||
- name: LINUXVMIMAGE | ||
value: azsdk-pool-mms-ubuntu-2004-1espt | ||
- name: LINUXNEXTVMIMAGE | ||
value: ubuntu-22.04 | ||
- name: WINDOWSVMIMAGE | ||
value: azsdk-pool-mms-win-2022-1espt | ||
- name: MACVMIMAGE | ||
value: macos-latest | ||
|
||
# Values required for pool.os field in 1es pipeline templates | ||
- name: LINUXOS | ||
value: linux | ||
- name: WINDOWSOS | ||
value: windows | ||
- name: MACOS | ||
value: macOS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters