diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09f98e6e2e..43fd0ead33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,8 @@ jobs: build_macos_x86_wheels: name: Build macos x86 wheels runs-on: macos-13 + env: + MACOSX_DEPLOYMENT_TARGET: '12.0' strategy: matrix: python-version: ['3.10', '3.11', '3.12', '3.13']