Mac OS product build vm image bump (#20232)

This commit is contained in:
Alex Ma
2022-08-03 13:56:56 -07:00
committed by GitHub
parent 1cbe11ad38
commit 2f746d0b39

View File

@@ -20,7 +20,7 @@ jobs:
- job: macOS
condition: and(succeeded(), eq(variables['VSCODE_BUILD_MACOS'], 'true'), ne(variables['VSCODE_QUALITY'], 'saw'))
pool:
vmImage: 'macOS-10.15'
vmImage: 'macos-latest'
dependsOn:
- Compile
steps:
@@ -30,7 +30,7 @@ jobs:
- job: macOS_Signing
condition: and(succeeded(), eq(variables['VSCODE_BUILD_MACOS'], 'true'), eq(variables['signed'], true), ne(variables['VSCODE_QUALITY'], 'saw'))
pool:
vmImage: 'macOS-10.15'
vmImage: 'macos-latest'
dependsOn:
- macOS
steps: