This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch maint-16.x.x
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/maint-16.x.x by this push:
new ac8af222dd GH-41566: [CI][Packaging] macOS wheel for Catalina fails to
build on macOS arm64 (#41567)
ac8af222dd is described below
commit ac8af222dd2e5800e2c6cbf45a5bdbb2309deed4
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 f657da84c0..7a4b32dddd 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -408,7 +408,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