ci: Disable Ubuntu LTS

It doesn't have a new enough glib.
This commit is contained in:
Colin Walters 2022-03-14 09:21:15 -04:00
parent 6ba254ab11
commit 089b821098
1 changed files with 6 additions and 5 deletions

View File

@ -94,11 +94,12 @@ jobs:
# the devel tag, which is the unreleased version. # the devel tag, which is the unreleased version.
# #
# https://hub.docker.com/_/ubuntu # https://hub.docker.com/_/ubuntu
- name: Ubuntu Latest LTS # For now, this is disabled because its glib version is too old.
image: ubuntu:latest # - name: Ubuntu Latest LTS
pre-checkout-setup: | # image: ubuntu:latest
apt-get update # pre-checkout-setup: |
apt-get install -y git # apt-get update
# apt-get install -y git
- name: Ubuntu Latest Release - name: Ubuntu Latest Release
image: ubuntu:rolling image: ubuntu:rolling