Update azure image to 20.04 in example and our CI

This commit is contained in:
Joe Rickerby
2022-10-07 12:16:50 +01:00
parent c940b2ee0c
commit ac403a6e88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
jobs: jobs:
- job: linux_38 - job: linux_38
timeoutInMinutes: 120 timeoutInMinutes: 120
pool: {vmImage: 'Ubuntu-18.04'} pool: {vmImage: 'Ubuntu-20.04'}
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
inputs: inputs:
+1 -1
View File
@@ -1,6 +1,6 @@
jobs: jobs:
- job: linux - job: linux
pool: {vmImage: 'Ubuntu-18.04'} pool: {vmImage: 'Ubuntu-20.04'}
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
- bash: | - bash: |