We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c00075 commit e77956dCopy full SHA for e77956d
.github/workflows/test.yml
@@ -39,6 +39,13 @@ jobs:
39
- "windows-latest"
40
- "macos-latest"
41
- "ubuntu-latest"
42
+ # Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
43
+ # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
44
+ exclude:
45
+ - { python-version: "3.9", os: "macos-latest" }
46
+ include:
47
+ - { python-version: "3.9", os: "macos-13" }
48
+
49
50
steps:
51
- uses: actions/checkout@v4
0 commit comments