This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 27d72f3a77 GH-39421: [CI][Ruby] Update to using Ubuntu 22.04 on 
test-ruby and test-c-glib nightly jobs (#39422)
27d72f3a77 is described below

commit 27d72f3a773ddbb8dd5ee679b9ed6b555a2bb8ab
Author: Raúl Cumplido <[email protected]>
AuthorDate: Thu Jan 4 11:49:04 2024 +0100

    GH-39421: [CI][Ruby] Update to using Ubuntu 22.04 on test-ruby and 
test-c-glib nightly jobs (#39422)
    
    ### 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 <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 dev/tasks/tasks.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index ed6ea08894..04faef427e 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 %}
 

Reply via email to