This is an automated email from the ASF dual-hosted git repository.

raulcd 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 c79b6a593e GH-41566: [CI][Packaging] macOS wheel for Catalina fails to 
build on macOS arm64 (#41567)
c79b6a593e is described below

commit c79b6a593e21c10dc65e06a2717809ab83fd31db
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue May 7 14:54:10 2024 +0200

    GH-41566: [CI][Packaging] macOS wheel for Catalina fails to build on macOS 
arm64 (#41567)
    
    ### Rationale for this change
    
    Wheels for macOS catalina are failing
    
    ### What changes are included in this PR?
    
    Use macos-13 instead of (latest) ARM
    
    ### Are these changes tested?
    
    Yes, via archery
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #41566
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 dev/tasks/tasks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 52a235c688..126b0fcb6f 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -409,7 +409,7 @@ tasks:
       arrow_jemalloc: "ON"
       python_version: "{{ python_version }}"
       macos_deployment_target: "{{ macos_version }}"
-      runs_on: "macos-latest"
+      runs_on: "macos-13"
       vcpkg_arch: "amd64"
     artifacts:
       - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-{{ platform_tag 
}}.whl

Reply via email to