Skip to content

Commit 6e7a684

Browse files
authored
fix MacOS CI (#1772)
1 parent 7dba449 commit 6e7a684

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
"pypy-3.8",
2727
"pypy-3.9",
2828
]
29+
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
30+
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
31+
exclude:
32+
- { python-version: "3.8", os: "macos-latest", experimental: false }
33+
- { python-version: "3.9", os: "macos-latest", experimental: false }
34+
include:
35+
- { python-version: "3.8", os: "macos-13", experimental: false }
36+
- { python-version: "3.9", os: "macos-13", experimental: false }
2937
# uncomment when python 3.13.0 alpha is available
3038
#include:
3139
# # Only test on a single configuration while there are just pre-releases

0 commit comments

Comments
 (0)