Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
jobs:
- job: Skip
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'
variables:
DECODE_PERCENTS: 'false'
RET: 'true'
Expand All @@ -39,13 +39,13 @@ stages:
strategy:
matrix:
Linux_py38:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04' # keep one job pinned to the oldest image
python.version: '3.8'
Linux_py39:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'
python.version: '3.9'
Linux_py310:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'
python.version: '3.10'
macOS_py38:
vmImage: 'macOS-latest'
Expand Down Expand Up @@ -97,7 +97,7 @@ stages:
graphviz \
inkscape \
libcairo2 \
libgirepository-1.0.1 \
libgirepository-1.0-1 \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea what this is used for or why the packaged made a minor name change like this, but the old name was broken on 20.04.

lmodern \
fonts-freefont-otf \
poppler-utils \
Expand Down