diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 852ded42a..f35e2e8a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,15 @@ jobs: - '3.12' os: - ubuntu-latest - - macos-latest - - windows-latest + include: + - os: macos-latest + python: '3.8' + - os: macos-latest + python: '3.12' + - os: windows-latest + python: '3.8' + - os: windows-latest + python: '3.12' steps: - name: Clone repository