Skip to content

Commit

Permalink
GH-41566: [CI][Packaging] macOS wheel for Catalina fails to build on …
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
raulcd authored May 7, 2024
1 parent b719408 commit c79b6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c79b6a5

Please sign in to comment.