mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Use Ubuntu-latest
This commit is contained in:
parent
d56a646f23
commit
fc16776e95
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
|
|
||||||
- job: 'Test'
|
- job: 'Test'
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-latest'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python27:
|
Python27:
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- job: 'Publish'
|
- job: 'Publish'
|
||||||
dependsOn: 'Test'
|
dependsOn: 'Test'
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue