ci: Disable Ubuntu LTS
authorColin Walters <walters@verbum.org>
Mon, 14 Mar 2022 13:21:15 +0000 (09:21 -0400)
committerColin Walters <walters@verbum.org>
Mon, 14 Mar 2022 13:21:15 +0000 (09:21 -0400)
It doesn't have a new enough glib.

.github/workflows/tests.yml

index 76b3967b0bcf1ce7e8cd8bf767585872ca838b57..13e33535f09ec49acd61bb283ff7eccfd70cb46e 100644 (file)
@@ -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