kou commented on code in PR #13769: URL: https://github.com/apache/arrow/pull/13769#discussion_r938863813
########## dev/tasks/r/github.macos.autobrew.yml: ########## @@ -16,44 +16,46 @@ # under the License. {% import 'macros.jinja' as macros with context %} +{% set is_fork = macros.is_fork %} {{ macros.github_header() }} jobs: autobrew: - name: "Autobrew" - runs-on: macOS-10.15 + name: "Autobrew {{ "${{ matrix.platform }}" }}" + runs-on: {{ "${{ matrix.platform }}" }} + strategy: + fail-fast: false + matrix: + platform: + - macos-11 + - macos-10.15 Review Comment: Then, could you remove `macos-10.15` in this pull request? Jobs that use `macos-10.15` may be canceled like https://github.com/ursacomputing/crossbow/actions/runs/2789412814 . It will be shown as a failure in nightly build reports. -- 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