From 46264ec071b69c32605cc9aa09cf67129e4d89d1 Mon Sep 17 00:00:00 2001 From: portega Date: Tue, 6 Aug 2024 13:21:47 +0800 Subject: [PATCH] add(github-actions) add macos tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 508ceee..dbebd83 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] python-version: ['3.9', '3.10', '3.11'] fail-fast: false steps: