aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-22 14:22:33 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-22 14:22:34 -0800
commit818708edab6e950a8c1828816b73d36f05585f9f (patch)
tree701b088dc321399e8c040ff42e7dccc5b72bd34c /.github/workflows/macos.yml
parentb0614a0f968d40fb1bad31592fc9a607dbac447d (diff)
downloadruby-818708edab6e950a8c1828816b73d36f05585f9f.tar.gz
Stop using undefined matrix.os for macOS
and use github.workflow instead. Applied a similar change to MJIT too.
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e6de71ee80..045beb0b23 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -66,7 +66,7 @@ jobs:
payload: |
{
"attachments": [{
- "text": "${{ job.status }}: ${{ matrix.os }} / ${{ matrix.test_task }} <https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ env.COMMIT_DATE }} #${{ env.COMMIT_NUMBER_OF_DAY }}> " +
+ "text": "${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }} <https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ env.COMMIT_DATE }} #${{ env.COMMIT_NUMBER_OF_DAY }}> " +
"(<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|" + "${{ github.sha }}".substring(0, 10) + ">) " +
"of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}",
"color": "danger"