From be7426006c18edea8aca936cea75b60987236adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20No=C3=ABl?= Date: Thu, 23 May 2024 08:32:00 -0300 Subject: [PATCH] Added deployment targets for macos wheels --- .github/workflows/cmaboss-macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmaboss-macos.yml b/.github/workflows/cmaboss-macos.yml index ef901c3fd..beda0bdc6 100644 --- a/.github/workflows/cmaboss-macos.yml +++ b/.github/workflows/cmaboss-macos.yml @@ -87,6 +87,7 @@ jobs: - name: Build wheels env: + MACOSX_DEPLOYMENT_TARGET: 12.0 CIBW_ARCHS: x86_64 CIBW_BEFORE_ALL: > wget https://github.com/Homebrew/homebrew-core/raw/38ba35404e3cdb398694419850179e0023158887/Formula/lib/libxml2.rb && @@ -142,7 +143,8 @@ jobs: run: python -m pip install cibuildwheel numpy twine - name: Build wheels - env: + env: + MACOSX_DEPLOYMENT_TARGET: 14.0 CIBW_ARCHS: arm64 CIBW_BEFORE_ALL: > wget https://github.com/Homebrew/homebrew-core/raw/38ba35404e3cdb398694419850179e0023158887/Formula/lib/libxml2.rb &&