Skip to content

Commit

Permalink
fix MacOS CI (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Apr 24, 2024
1 parent 7dba449 commit 6e7a684
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6e7a684

Please sign in to comment.