datafusion-ballista
datafusion-ballista copied to clipboard
chore(infra): remove build-macos-x86_64
Which issue does this PR close?
Closes #.
Rationale for this change
~~Follow up to https://github.com/apache/datafusion-ballista/pull/1324, the correct replacement for macos-13 should be macos-15-intel for Intel-based architecture~~
~~according to
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories~~
Since both build-python-mac-win and build-macos-x86_64 use macos-latest, we can consolidate and refactor the steps to run for individual os
What changes are included in this PR?
Are there any user-facing changes?
@milenkovicm please take a look
@milenkovicm i updated the pr to split out windows and mac. lmk if this is what you were thinking about