From dd832e07c3ccd101e32be6c436c80bad96b0bb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Thu, 4 Jan 2024 11:49:04 +0100 Subject: [PATCH] GH-39421: [CI][Ruby] Update to using Ubuntu 22.04 on test-ruby and test-c-glib nightly jobs (#39422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby. ### What changes are included in this PR? Use Ubuntu 22.04 on those jobs. ### Are these changes tested? Via Archery ### Are there any user-facing changes? No * Closes: #39421 Authored-by: Raúl Cumplido Signed-off-by: Raúl Cumplido --- dev/tasks/tasks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index ed6ea08894f10..04faef427e281 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -1032,6 +1032,8 @@ tasks: ci: github template: docker-tests/github.linux.yml params: + env: + UBUNTU: 22.04 image: {{ image }} {% endfor %}