martin-g opened a new pull request, #1846: URL: https://github.com/apache/datafusion-ballista/pull/1846
# Which issue does this PR close? Follow-up of #1810 # Rationale for this change `cargo doc` CI job is the slowest one now because it depends on `cargo check` and both need an Ubuntu runner and the Ubuntu runners are overloaded Use macos-latest runner for these jobs to run them sooner. # What changes are included in this PR? Change from `ubuntu-latest` to `macos-latest` for `cargo check` and `cargo doc` CI jobs # Are there any user-facing changes? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
