From f065ab94e04219b5dac166a4c56ac331800b0d25 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 23 Mar 2020 18:33:24 +0100 Subject: [PATCH] lets try running on all platforms --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a6eca40..762e5032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,12 @@ on: jobs: build: + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] - runs-on: ubuntu-latest - + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v2 - name: Build