mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
ci: Disable Ubuntu LTS
It doesn't have a new enough glib.
This commit is contained in:
parent
6ba254ab11
commit
089b821098
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
@ -94,11 +94,12 @@ jobs:
|
||||
# the devel tag, which is the unreleased version.
|
||||
#
|
||||
# https://hub.docker.com/_/ubuntu
|
||||
- name: Ubuntu Latest LTS
|
||||
image: ubuntu:latest
|
||||
pre-checkout-setup: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
# For now, this is disabled because its glib version is too old.
|
||||
# - name: Ubuntu Latest LTS
|
||||
# image: ubuntu:latest
|
||||
# pre-checkout-setup: |
|
||||
# apt-get update
|
||||
# apt-get install -y git
|
||||
|
||||
- name: Ubuntu Latest Release
|
||||
image: ubuntu:rolling
|
||||
|
Loading…
Reference in New Issue
Block a user