Skip to content

Commit 04d4ace

Browse files
authored
Merge pull request #23669 from scottshambaugh/azure_ubuntu_version
CI: Azure update from ubuntu-18.04 to ubuntu-latest and ubuntu-20.04
2 parents 972e95c + 7f03cd1 commit 04d4ace

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stages:
1818
jobs:
1919
- job: Skip
2020
pool:
21-
vmImage: 'ubuntu-18.04'
21+
vmImage: 'ubuntu-latest'
2222
variables:
2323
DECODE_PERCENTS: 'false'
2424
RET: 'true'
@@ -39,13 +39,13 @@ stages:
3939
strategy:
4040
matrix:
4141
Linux_py38:
42-
vmImage: 'ubuntu-18.04'
42+
vmImage: 'ubuntu-20.04' # keep one job pinned to the oldest image
4343
python.version: '3.8'
4444
Linux_py39:
45-
vmImage: 'ubuntu-18.04'
45+
vmImage: 'ubuntu-latest'
4646
python.version: '3.9'
4747
Linux_py310:
48-
vmImage: 'ubuntu-18.04'
48+
vmImage: 'ubuntu-latest'
4949
python.version: '3.10'
5050
macOS_py38:
5151
vmImage: 'macOS-latest'
@@ -97,7 +97,7 @@ stages:
9797
graphviz \
9898
inkscape \
9999
libcairo2 \
100-
libgirepository-1.0.1 \
100+
libgirepository-1.0-1 \
101101
lmodern \
102102
fonts-freefont-otf \
103103
poppler-utils \

0 commit comments

Comments
 (0)