From a0fc245a4db30e732972e136992157368b3df944 Mon Sep 17 00:00:00 2001 From: Mohammad Momeni Date: Fri, 10 May 2024 16:37:12 +0200 Subject: [PATCH] add macos for some 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 e0bb3b2..2baa926 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: provider-tests: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.8", "3.12"] runs-on: ${{ matrix.os }} steps: