Fix the mac build by updating the pool image name (#16010)

This commit is contained in:
Dongbo Wang 2021-08-28 12:51:37 -07:00 committed by Aditya Patwardhan
parent 0a56fd1efd
commit b9ca321bd4
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,8 @@ jobs:
displayName: Package macOS ${{ parameters.buildArchitecture }}
dependsOn: MacFileSigningJob_${{ parameters.buildArchitecture }}
condition: succeeded()
pool: Hosted Mac Internal
pool:
vmImage: internal-macos-10.14
variables:
# Turn off Homebrew analytics
- name: HOMEBREW_NO_ANALYTICS

View file

@ -5,7 +5,8 @@ jobs:
- job: build_macOS_${{ parameters.buildArchitecture }}
displayName: Build macOS ${{ parameters.buildArchitecture }}
condition: succeeded()
pool: Hosted Mac Internal
pool:
vmImage: internal-macos-10.14
variables:
# Turn off Homebrew analytics
- name: HOMEBREW_NO_ANALYTICS