Skip to content

Commit e77956d

Browse files
authored
Infra: Fix Python 3.9 on CI (#3763)
1 parent 7c00075 commit e77956d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
- "windows-latest"
4040
- "macos-latest"
4141
- "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+
4249

4350
steps:
4451
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)