apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.3k stars 3.48k forks source link

[CI][Python] Investigate using self-hosted runner for older macOS wheels #32164

Open asfimport opened 2 years ago

asfimport commented 2 years ago

Currently the wheel-macos-high-sierra-\* and wheel-macos-mavericks-\* packages use Github Actions runners in order to get the right macOS version.

But perhaps that could be improved by making it a two-step process?

Reporter: Antoine Pitrou / @pitrou

Note: This issue was originally created as ARROW-16835. Please see the migration documentation for further details.

asfimport commented 2 years ago

Antoine Pitrou / @pitrou: @assignUser  Does this sound reasonable?

asfimport commented 2 years ago

Jacob Wujciak / @assignUser: With the new capacity of crossbow this is no longer necessary. But I would like to know if it is really necessary that we build on(or rather for) 10.9 & 10.13 which have been EOL for 5/~2 years both are not available as github runners and even 10.15 will be deprecated soon, so there is no easy way to build/test on these other than setting the deployment target.