Changeset - r24122:03915776c4d4
[Not reviewed]
master
0 2 0
Charles Pigott - 4 years ago 2020-02-29 11:21:30
charlespigott@googlemail.com
Codechange: [AzurePipelines] Update MacOS image to 10.14
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
azure-pipelines-ci.yml
Show inline comments
 
@@ -58,7 +58,7 @@ jobs:
 
- job: macos
 
  displayName: 'MacOS'
 
  pool:
 
    vmImage: 'macOS-10.13'
 
    vmImage: 'macOS-10.14'
 

	
 
  variables:
 
    MACOSX_DEPLOYMENT_TARGET: 10.9
azure-pipelines/templates/release.yml
Show inline comments
 
@@ -141,7 +141,7 @@ jobs:
 
- job: macos
 
  displayName: 'MacOS'
 
  pool:
 
    vmImage: 'macOS-10.13'
 
    vmImage: 'macOS-10.14'
 
  dependsOn: source
 

	
 
  variables:
0 comments (0 inline, 0 general)