diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e95db6f..b4f53e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: matrix: python-version: ["3.8", "3.11"] runs-on: [ubuntu-latest, macos-latest, windows-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - uses: actions/checkout@v4