From e8668711c395da341ea34e4dc904cd74411cb843 Mon Sep 17 00:00:00 2001 From: Antoine Lambert Date: Wed, 17 Jul 2024 23:12:42 +0200 Subject: [PATCH] gha/macos-wheels: Fix build --- .github/workflows/macos-macports-wheels-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-macports-wheels-build.yml b/.github/workflows/macos-macports-wheels-build.yml index 065105a490..7eab70dd51 100644 --- a/.github/workflows/macos-macports-wheels-build.yml +++ b/.github/workflows/macos-macports-wheels-build.yml @@ -6,7 +6,7 @@ jobs: runs-on: macos-12 env: CLANG_VERSION: 16 - MACOSX_DEPLOYMENT_TARGET: "11.0" + MACOSX_DEPLOYMENT_TARGET: "12.0" TWINE_REPOSITORY: https://test.pypi.org/legacy/ TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}