diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fea12883..4be6fa4f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,8 +108,8 @@ jobs: os: [ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - - os: macos-latest - python-version: "3.12" + # - os: macos-latest + # python-version: "3.12" - os: windows-latest python-version: "3.12" timeout-minutes: 45