From 4b14187dad2df8383dd09d6407a243977df5fcab Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 31 Aug 2019 09:51:06 +0000 Subject: [PATCH] GitHub Actions: convert case --- .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 ef0091b..93a84b7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: macos +name: macOS on: [push] @@ -7,5 +7,6 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v1 - - name: build + + - name: Build run: go build