Skip to content

Commit 2e8248d

Browse files
blink1073bruno-firnkes
authored andcommitted
INTPYTHON-458 Fix macos wheel build for python 3.9 (mongodb-labs#255)
1 parent 8292ca5 commit 2e8248d

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)