diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index 48c6055..fcbcc58 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -7,10 +7,10 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-13, macos-14, ubuntu-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - - os: macos-latest + - os: macos-14 python-version: "3.7" runs-on: ${{ matrix.platform }}