kevinjqliu commented on code in PR #1325:
URL:
https://github.com/apache/datafusion-ballista/pull/1325#discussion_r2404716727
##########
.github/workflows/build.yml:
##########
@@ -166,7 +166,7 @@ jobs:
build-macos-x86_64:
needs: [generate-license]
name: Mac x86_64
- runs-on: macos-latest
+ runs-on: macos-15-intel
Review Comment:
the name of the step "Mac x86_64" suggest that we should use an intel based
processor.
macos-latest is arm64
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
--
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]