diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8c8424f..18dd41c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,12 +17,13 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-latest, windows-latest, macos-latest, macos-13] + os: [ubuntu-latest, windows-latest, macos-latest] exclude: - python-version: "3.9" os: macos-latest - - python-version: "3.10" - os: macos-latest + include: + - python-version: "3.9" + os: macos-13 env: OS: ${{ matrix.os }} PYTHON_VERSION: ${{ matrix.python-version }}