kou commented on code in PR #13769:
URL: https://github.com/apache/arrow/pull/13769#discussion_r938438115
##########
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:
Can we remove this because `macos-10.15` will be removed soon?
--
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]