From 6eb6f7b3db5a4aea2f521c4c8c134e483bc6722b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 18 Dec 2024 12:43:58 -0600 Subject: [PATCH] INTPYTHON-458 Fix macos wheel build for python 3.9 --- .github/workflows/release-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 9d46bf64..3cfc7fe1 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -37,7 +37,7 @@ jobs: - buildplat: [macos-14, macosx_*] python: "cp39" include: - - buildplat: [macos-12, macosx_*] + - buildplat: [macos-13, macosx_*] python: "cp39" steps: