10000 Fix the mac build by updating the pool image name (#16010) · daxian-dbw/PowerShell@0ca538e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ca538e

Browse files
daxian-dbwadityapatwardhan
authored andcommitted
Fix the mac build by updating the pool image name (PowerShell#16010)
1 parent f9c1f82 commit 0ca538e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/releaseBuild/azureDevOps/templates/mac-package-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
displayName: Package macOS
88
dependsOn: ${{ parameters.parentJob }}
99
condition: succeeded()
10-
pool: Hosted Mac Internal
10+
pool:
11+
vmImage: internal-macos-10.14
1112
variables:
1213
# Turn off Homebrew analytics
1314
- name: HOMEBREW_NO_ANALYTICS

tools/releaseBuild/azureDevOps/templates/mac.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
- job: ${{ parameters.jobName }}
66
displayName: Build macOS
77
condition: succeeded()
8-
pool: Hosted Mac Internal
8+
pool:
9+
vmImage: internal-macos-10.14
910
variables:
1011
# Turn off Homebrew analytics
1112
- name: HOMEBREW_NO_ANALYTICS

0 commit comments

Comments
 (0)
0