We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56300b4 commit 304b9d1Copy full SHA for 304b9d1
dev/tasks/r/github.packages.yml
@@ -81,7 +81,7 @@ jobs:
81
shell: bash
82
env:
83
{{ macros.github_set_sccache_envvars()|indent(8) }}
84
- MACOSX_DEPLOYMENT_TARGET: "10.13"
+ MACOSX_DEPLOYMENT_TARGET: "11.6"
85
ARROW_S3: ON
86
ARROW_GCS: ON
87
ARROW_DEPENDENCY_SOURCE: BUNDLED
@@ -231,7 +231,7 @@ jobs:
231
shell: sudo -E Rscript {0}
232
run: |
233
# get the mac-recipes version of openssl from CRAN
234
- source("https://mac.R-project.org/bin/install.R")
+ source("https://mac.R-project.org/bin/install.R")
235
install.libs("openssl")
236
237
# override our cmakes default setting of the brew --prefix as root dir to avoid version conflicts.
0 commit comments