mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
fc9389ab30
commit
336cac78c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue