jonkeane commented on PR #40269: URL: https://github.com/apache/arrow/pull/40269#issuecomment-1969104126
For the C++ / ARM64 Ubuntu 20.04 C++, ARM64 Debian 11 Go 1.19/1.20 jobs, IIUC those run on the self-hosted runners managed by Voltron Data, yeah? I see: ``` https://github.com/apache/arrow/blob/d6b9051fa05b230ce288eb0b7ab6b596200c45b1/.github/workflows/cpp.yml#L137-L140 ``` Which is pulling from apt (rather than using the setup-python action). Would it be preferred to switch to the setup-python action or add a ppa that we can fetch a newer python from? The other C++ / AMD64 macOS 12 C++ is a timeout that [I'm seeing on main on main too](https://github.com/apache/arrow/actions/runs/8081138119/job/22078996952) -- 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]
