From eee1ea2a0e4dece6d5012460563a3550f349e3b6 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 11 Oct 2023 15:56:16 -0700 Subject: [PATCH] Add test_task in the matrix for better labels They appear on GitHub and this looks nicer. --- .github/workflows/macos.yml | 5 +++-- 1 file 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