diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4e9584..bf594e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,9 @@ jobs: matrix: os: [macos-latest, ubuntu-latest] python: ["3.10", "3.11"] + exclude: + - os: macos-latest + python: "3.11" steps: - uses: actions/checkout@v3