kou commented on code in PR #13684: URL: https://github.com/apache/arrow/pull/13684#discussion_r941289088
########## dev/tasks/python-wheels/github.osx.amd64.yml: ########## @@ -34,8 +34,8 @@ env: jobs: build: - name: Build wheel for OS X - runs-on: macos-10.15 + name: Build wheel for macOS + runs-on: macos-latest Review Comment: Because I don't think that we need exactly `macos-11` for this. We specify `MACOSX_DEPLOYMENT_TARGET` explicitly for this job. So I think that we can generate logically same binaries regardless of macOS version. If this doesn't depend on exactly `macos-11` and we use `macos-latest` here, we don't need to update this again when `macos-11` is deprecated. Should we use `macos-11` explicitly here? If so, why do we need exactly `macos-11` here? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org