Skip to content

Commit 55d385d

Browse files
authored
Merge pull request #28631 from charris/update-azp-ubuntu
MAINT, CI: Update Ubuntu to 22.04 in azure-pipelines
2 parents 3c7c3e7 + 79624a8 commit 55d385d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
jobs:
2020
- job: Skip
2121
pool:
22-
vmImage: 'ubuntu-20.04'
22+
vmImage: 'ubuntu-22.04'
2323
variables:
2424
DECODE_PERCENTS: 'false'
2525
RET: 'true'
@@ -40,7 +40,7 @@ stages:
4040
- job: Lint
4141
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
4242
pool:
43-
vmImage: 'ubuntu-20.04'
43+
vmImage: 'ubuntu-22.04'
4444
steps:
4545
- task: UsePythonVersion@0
4646
inputs:
@@ -59,7 +59,7 @@ stages:
5959
6060
- job: Linux_Python_310_32bit_full_with_asserts
6161
pool:
62-
vmImage: 'ubuntu-20.04'
62+
vmImage: 'ubuntu-22.04'
6363
steps:
6464
- script: |
6565
git submodule update --init

0 commit comments

Comments
 (0)