summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-14 19:32:07 +0300
committerValery Piashchynski <[email protected]>2020-12-14 19:32:07 +0300
commit362fb48c7bdb89626cfc644b1976e780559cc77f (patch)
tree955e230c367262df466567aef98300b80ceb36d0 /.github
parentac2fc94112d8103cc8891ffdd454c90fbe0f3275 (diff)
Add OS type to the build name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e39a340a..50343341 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
jobs:
golang:
- name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }})
+ name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}})
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy: