Skip to content

Commit ca2f4d6

Browse files
authored
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]>
1 parent 1a01b40 commit ca2f4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tasks/r/github.packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
shell: bash
8282
env:
8383
{{ macros.github_set_sccache_envvars()|indent(8) }}
84-
MACOSX_DEPLOYMENT_TARGET: "10.13"
84+
MACOSX_DEPLOYMENT_TARGET: "11.6"
8585
ARROW_S3: ON
8686
ARROW_GCS: ON
8787
ARROW_DEPENDENCY_SOURCE: BUNDLED
@@ -231,7 +231,7 @@ jobs:
231231
shell: sudo -E Rscript {0}
232232
run: |
233233
# get the mac-recipes version of openssl from CRAN
234-
source("https://mac.R-project.org/bin/install.R")
234+
source("https://mac.R-project.org/bin/install.R")
235235
install.libs("openssl")
236236
237237
# override our cmakes default setting of the brew --prefix as root dir to avoid version conflicts.

0 commit comments

Comments
 (0)