From 741b1dbfee9fdd2fa07284fbff874e95233a6b7c Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:08:06 +0100 Subject: [PATCH] Set MacOS deployment target to 12 for x86. (#1633) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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']