Skip to content

Commit

Permalink
GH-45356: [CI][R] Update MACOSX_DEPLOYMENT_TARGET to 11.6 (#45363)
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
kou authored Jan 28, 2025
1 parent 1a01b40 commit ca2f4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ca2f4d6

Please sign in to comment.