From 94ef4657a5721ca96ff2a25bdfe109901db47303 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Thu, 19 Jun 2025 03:24:42 -0400 Subject: [PATCH] Add macos to the testing matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fac65ef..db1d4db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11", "3.12", "3.13"] - os: [ ubuntu-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}