ci: bump ubuntu from 16.04 to 18.04
1 files changed, 2 insertions(+), 2 deletions(-)
ci
azure
ci/azure/pipelines.yml+2-2
| ... | @@ -14,7 +14,7 @@ jobs: | ... | @@ -14,7 +14,7 @@ jobs: |
| 14 | displayName: 'Build and test' | 14 | displayName: 'Build and test' |
| 15 | - job: BuildLinux | 15 | - job: BuildLinux |
| 16 | pool: | 16 | pool: |
| 17 | vmImage: 'ubuntu-16.04' | 17 | vmImage: 'ubuntu-18.04' |
| 18 | | 18 | |
| 19 | timeoutInMinutes: 360 | 19 | timeoutInMinutes: 360 |
| 20 | | 20 | |
| ... | @@ -53,7 +53,7 @@ jobs: | ... | @@ -53,7 +53,7 @@ jobs: |
| 53 | strategy: | 53 | strategy: |
| 54 | maxParallel: 1 | 54 | maxParallel: 1 |
| 55 | pool: | 55 | pool: |
| 56 | vmImage: 'ubuntu-16.04' | 56 | vmImage: 'ubuntu-18.04' |
| 57 | variables: | 57 | variables: |
| 58 | version: $[ dependencies.BuildLinux.outputs['main.version'] ] | 58 | version: $[ dependencies.BuildLinux.outputs['main.version'] ] |
| 59 | steps: | 59 | steps: |