summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-11 15:56:16 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-11 15:56:17 -0700
commiteee1ea2a0e4dece6d5012460563a3550f349e3b6 (patch)
tree3e1e8d264784714d1df3c86e2bf5699bb78e1310 /.github
parent09a79d39d0838ddcd7ca691bef4cb06d9da761ba (diff)
Add test_task in the matrix for better labels
They appear on GitHub and this looks nicer.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 7141eb5a83..d98041d1ed 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -34,11 +34,12 @@ jobs:
strategy:
matrix:
test_task: ['check'] # "test-bundler-parallel", "test-bundled-gems"
- os: [macos-12]
+ os: ['macos-12']
configure: ['--enable-shared']
# specifying other jobs with `include` to avoid redundant tests
include:
- - os: macos-11
+ - test_task: 'check'
+ os: 'macos-11'
configure: ''
fail-fast: false