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

kou 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 9a3973c9ee GH-41626: [R][CI] Update OpenSUSE to 15.5 from 15.3 (#41627)
9a3973c9ee is described below

commit 9a3973c9eec639de4750dcba334711a2a3c707a6
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon May 13 06:45:45 2024 +0900

    GH-41626: [R][CI] Update OpenSUSE to 15.5 from 15.3 (#41627)
    
    ### Rationale for this change
    
    OpenSUSE 15.3 reached EOL and rstudio/r-builds dropped support for it: 
https://github.com/rstudio/r-builds/pull/177
    
    ### What changes are included in this PR?
    
    Use `4.1-opensuse155` instead of `4.1-opensuse153`.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #41626
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/tasks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 5bf5037652..d8e09ec207 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1358,7 +1358,7 @@ tasks:
 {% for r_org, r_image, r_tag in [("rhub", "ubuntu-release", "latest"),
                                  ("rocker", "r-ver", "latest"),
                                  ("rstudio", "r-base", "4.2-focal"),
-                                 ("rstudio", "r-base", "4.1-opensuse153")] %}
+                                 ("rstudio", "r-base", "4.1-opensuse155")] %}
   test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
     ci: azure
     template: r/azure.linux.yml

Reply via email to