diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 403f5095b30e16a0a11a05dacf70d7559a015234..23103e7e6f98de0f17731dc9e3b24824cc308d23 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -9,7 +9,7 @@ on:
 jobs:
 
   build:
-    name: ubuntu-latest ${{ matrix.go_version }}
+    name: ${{ matrix.os }} - ${{ matrix.go_version }}
     runs-on: ${{ matrix.os }}
     strategy:
       # If you want to matrix build , you can append the following list.