From e3827e3d2d2bcd34439002fb7c4d648e7bf0ebd6 Mon Sep 17 00:00:00 2001 From: zariiii9003 <52598363+zariiii9003@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:39:20 +0200 Subject: [PATCH] fix MacOS CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639465176..e70f0f8cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,14 @@ jobs: "pypy-3.8", "pypy-3.9", ] + # 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.8", os: "macos-latest", experimental: false } + - { python-version: "3.9", os: "macos-latest", experimental: false } + include: + - { python-version: "3.8", os: "macos-13", experimental: false } + - { python-version: "3.9", os: "macos-13", experimental: false } # uncomment when python 3.13.0 alpha is available #include: # # Only test on a single configuration while there are just pre-releases