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 GitHub
parent 008f4b057f
commit e3d8353e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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