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 }}