From 9c7144ec1ef69efbd54f947d3e77da1a290f49ac Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sat, 5 Sep 2020 23:53:06 +0200 Subject: [PATCH] Build on both linux and macos Signed-off-by: Mark Sagi-Kazar --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0718af..2cf662c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,10 @@ on: jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-latest, macos-latest] go: ['1.11', '1.12', '1.13', '1.14'] env: VERBOSE: 1