Skip to content

Commit a45305d

Browse files
authored
INTPYTHON-458 Fix macos wheel build for python 3.9 (#255)
1 parent 57ce165 commit a45305d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- buildplat: [macos-14, macosx_*]
3838
python: "cp39"
3939
include:
40-
- buildplat: [macos-12, macosx_*]
40+
- buildplat: [macos-13, macosx_*]
4141
python: "cp39"
4242

4343
steps:

0 commit comments

Comments
 (0)