1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 17:07:08 +03:00

Update azure-pipelines.yml

This commit is contained in:
Eugene Pankov 2019-06-28 11:03:08 +02:00
parent fc9389ab30
commit 336cac78c7

View File

@ -7,7 +7,7 @@ variables:
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
vmImage: 'vs2015-win2012r2'
steps:
- task: NodeTool@0
@ -144,7 +144,7 @@ jobs:
- job: macOS
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.13'
steps:
- task: NodeTool@0