From 53823354dfc77379c3c3849bf3c1d17b1eec2ad2 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 28 Jan 2025 06:18:13 +0900 Subject: [PATCH] GH-45356: [CI][R] Update MACOSX_DEPLOYMENT_TARGET to 11.6 CRAN uses 11.6 as the minimal macOS version now: https://cran.r-project.org/web/checks/check_flavors.html --- 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 181e978569104..9e8851e6e77d9 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.