diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65e10fbe..7b2f9532 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: os: [ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - - os: macos-latest + - os: macos-12 python-version: "3.10" steps: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 77ea544e..551d5134 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,3 +14,8 @@ python: - method: pip path: . - requirements: requirements_docs.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.10"