diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d54c6..d89b7f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, ] # macos-latest, windows-latest] steps: - uses: actions/checkout@v4