Skip to content

CI: Azure update from ubuntu-18.04 to ubuntu-latest and ubuntu-20.04 #23669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 19, 2022
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