Copilot commented on code in PR #51403:
URL: https://github.com/apache/arrow/pull/51403#discussion_r4070129105


##########
dev/tasks/r/github.packages.yml:
##########
@@ -69,8 +69,8 @@ jobs:
       fail-fast: false
       matrix:
         platform:
-          - { runs_on: macos-15-intel, arch: "x86_64" }
-          - { runs_on: macos-14, arch: "arm64" }
+          - { runs_on: macos-26-intel, arch: "x86_64" }
+          - { runs_on: macos-26, arch: "arm64" }

Review Comment:
   This x86_64 entry is used by `macos-cpp`, whose install step still runs 
Homebrew (`sccache`, `ninja`, `[email protected]`, and `libxml2`); the Intel wheel 
and source-test entries introduced below likewise run `brew install`. Moving 
these jobs to `macos-26-intel` therefore retains the Homebrew-bottle failure 
mode that this change is intended to avoid. Please remove/relocate the Intel 
jobs that need Homebrew, or provide a bottle-independent dependency path.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to