From 2da9809e52fb3771a049f541ceefe6f9d90f2b84 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Tue, 26 Dec 2023 12:03:56 +0000 Subject: [PATCH] try to test on macos and windows --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d628d1d..bd9bd70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: push jobs: tester: name: Test the code - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, macos-latest, windows-latest] strategy: matrix: python-version: [3.8, '3.10']