diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4075b6f..3719027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: Test: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: "${{ matrix.os }}" steps: