This is an automated email from the ASF dual-hosted git repository.
amoeba 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 849572a668 MINOR: [R][Release] Update r-binary-packages crossbow job
for R 4.6 on arm64 macOS (#49895)
849572a668 is described below
commit 849572a668912bc581e552d3576855c11ffbda4c
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue May 5 08:08:23 2026 -0700
MINOR: [R][Release] Update r-binary-packages crossbow job for R 4.6 on
arm64 macOS (#49895)
### Rationale for this change
The last change to this list was made during the transition between R 4.5.3
and 4.6.0. At the time, R 4.6.0 wasn't yet available so I commented this out to
make CI pass. We're now out of the transition period. Also of note is that R
4.6.0 bumped the minimum macOS version from Big Sur to Sonona but just for
arm64. x86_64 stays with a minimum of Big Sur.
### What changes are included in this PR?
- Updates the artifact pattern in the r-binary-packages job
### Are these changes tested?
We'll test in CI.
### Are there any user-facing changes?
No.
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
---
dev/tasks/tasks.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 2c182887f1..9647e5531d 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -250,8 +250,7 @@ tasks:
-
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.5__arrow_{no_rc_r_version}\.tgz
-
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.6__arrow_{no_rc_r_version}\.tgz
-
r-pkg__bin__macosx__big-sur-arm64__contrib__4.5__arrow_{no_rc_r_version}\.tgz
- # TODO: Uncomment once setup-r resolves release to 4.6
- #
-r-pkg__bin__macosx__sonoma-arm64__contrib__4.6__arrow_{no_rc_r_version}\.tgz
+ -
r-pkg__bin__macosx__sonoma-arm64__contrib__4.6__arrow_{no_rc_r_version}\.tgz
- r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz
{% for which in ["strong", "most"] %}