mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -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'
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
vmImage: 'Ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
- job: 'Publish'
|
||||
dependsOn: 'Test'
|
||||
pool:
|
||||
vmImage: 'Ubuntu-16.04'
|
||||
vmImage: 'Ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue