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 ca2f4d68e8 GH-45356: [CI][R] Update MACOSX_DEPLOYMENT_TARGET to 11.6 
(#45363)
ca2f4d68e8 is described below

commit ca2f4d68e834e600852d5af36dc2190741e33118
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jan 29 05:10:10 2025 +0900

    GH-45356: [CI][R] Update MACOSX_DEPLOYMENT_TARGET to 11.6 (#45363)
    
    ### Rationale for this change
    
    CRAN uses 11.6 as the minimal macOS version now:
    https://cran.r-project.org/web/checks/check_flavors.html
    
    ### What changes are included in this PR?
    
    Update to 11.6 from 10.13.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #45356
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/r/github.packages.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/tasks/r/github.packages.yml b/dev/tasks/r/github.packages.yml
index 181e978569..9e8851e6e7 100644
--- a/dev/tasks/r/github.packages.yml
+++ b/dev/tasks/r/github.packages.yml
@@ -81,7 +81,7 @@ jobs:
         shell: bash
         env:
         {{ macros.github_set_sccache_envvars()|indent(8) }}
-          MACOSX_DEPLOYMENT_TARGET: "10.13"
+          MACOSX_DEPLOYMENT_TARGET: "11.6"
           ARROW_S3: ON
           ARROW_GCS: ON
           ARROW_DEPENDENCY_SOURCE: BUNDLED
@@ -231,7 +231,7 @@ jobs:
         shell: sudo -E Rscript {0}
         run: |
           # get the mac-recipes version of openssl from CRAN
-          source("https://mac.R-project.org/bin/install.R";) 
+          source("https://mac.R-project.org/bin/install.R";)
           install.libs("openssl")
 
           # override our cmakes default setting of the brew --prefix as root 
dir to avoid version conflicts.

Reply via email to