From a1c9e82f8678c9cbfb633818afe1527e4dc862ee Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 31 Dec 2022 14:44:24 -0600 Subject: [PATCH] windows matrix --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90c43a9..92d1cd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,10 @@ on: - '*' jobs: release: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v4