From 36e86edf21929d572874eca535de335fb215c49b Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Mon, 25 Mar 2024 14:39:03 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20support=20macos=20&=20wi?= =?UTF-8?q?ndows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9583187..b84cd7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,13 +16,12 @@ concurrency: jobs: build: - - runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: + os: [ubuntu-20.04, macos-12, windows-2022] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}