From ed7e7fd5bf23d70b2dca092fb73dd101db54ff38 Mon Sep 17 00:00:00 2001 From: capjamesg Date: Tue, 4 Jul 2023 22:31:42 +0100 Subject: [PATCH] add new test environments --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af5cc2e..8d8c0bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,8 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "pypy3.8", "pypy3.9"] - runs-on: ubuntu-latest + os: ["ubuntu-latest", "macos-latest", "windows-latest"] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 with: