diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2024-02-22 14:32:52 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2024-02-22 14:32:52 -0800 |
| commit | 2b0bc447e5b4057253f7cb8480fc6338f6528858 (patch) | |
| tree | 145ca61be8e642192abd1c85007ac3fd0c0435db | |
| parent | 3c61222d68e192e3c3908f45749aacfb591a169a (diff) | |
Remove unused matrix.configure from macos.yml
| -rw-r--r-- | .github/workflows/macos.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0f96e5894b..eb56f1c9bf 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,7 +25,6 @@ jobs: strategy: matrix: test_task: ['check'] - configure: [''] os: ${{ fromJSON(format('["macos-12","macos-13"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }} include: - test_task: test-all TESTS=--repeat-count=2 @@ -64,7 +63,7 @@ jobs: dummy-files: ${{ matrix.test_task == 'check' }} - name: Run configure - run: ../src/configure -C --disable-install-doc ${{ matrix.configure }} + run: ../src/configure -C --disable-install-doc - run: make prepare-gems if: ${{ matrix.test_task == 'test-bundled-gems' }} @@ -99,7 +98,7 @@ jobs: - uses: ./.github/actions/slack with: - label: ${{ matrix.os }} / ${{ matrix.test_task }} ${{ matrix.configure }} + label: ${{ matrix.os }} / ${{ matrix.test_task }} SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot if: ${{ failure() }} |
