From f26897c638235bcfe4cea3a13f31bc8ee21a7a0f Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Sat, 21 Mar 2020 10:45:37 +0100 Subject: [PATCH] Add missing build kind in matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 166356d..6037eae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') strategy: matrix: - kind: ['linux', 'rpi', 'windows'] + kind: ['linux', 'rpi', 'windows', 'macOS'] include: - kind: linux os: ubuntu-latest