From bf90a10692e34ff3e3c7de833c2e0b693b0cbf9a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 31 Aug 2019 08:28:38 +0000 Subject: [PATCH] Add macOS build for GitHub Actions --- .github/workflows/macos.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 0000000..ef0091b --- /dev/null +++ b/.github/workflows/macos.yml @@ -0,0 +1,11 @@ +name: macos + +on: [push] + +jobs: + build: + runs-on: macOS-latest + steps: + - uses: actions/checkout@v1 + - name: build + run: go build