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

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


The following commit(s) were added to refs/heads/master by this push:
     new 48fa0a8681 GH-33813: [CI][GLib] Use Ruby 3.2 to update bundled MSYS2 
(#33815)
48fa0a8681 is described below

commit 48fa0a86815bfb1bef6defe7e14a0a1c2cb4c60b
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Jan 21 17:33:34 2023 +0900

    GH-33813: [CI][GLib] Use Ruby 3.2 to update bundled MSYS2 (#33815)
    
    ### What changes are included in this PR?
    
    Use Ruby 3.2 to update bundled MSYS2.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #33813
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/ruby.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 453c5a6edd..7f7c0f8fda 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -196,7 +196,7 @@ jobs:
         mingw-n-bits:
           - 64
         ruby-version:
-          - "3.1"
+          - ruby
     env:
       ARROW_BUILD_STATIC: OFF
       ARROW_BUILD_TESTS: OFF

Reply via email to