diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70a62762686..5fef7979a11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,13 @@ jobs: - "windows-latest" - "macos-latest" - "ubuntu-latest" + # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64) + # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760 + exclude: + - { python-version: "3.9", os: "macos-latest" } + include: + - { python-version: "3.9", os: "macos-13" } + steps: - uses: actions/checkout@v4