From 0acba600015a0ff4914eb16992e0af527c25b8d9 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 7 Jul 2023 13:58:44 +0200 Subject: [PATCH] add Windows and MacOS runner to CI self-test --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bd7700f55..3e8398138 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -105,7 +105,10 @@ jobs: run: npx prettier --check . reuse: - runs-on: ubuntu-20.04 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-20.04, macos-latest, windows-latest] steps: - uses: actions/checkout@v2 - name: Set up Python