From 58470cc5fa4a1e9d290877e6fb6c4ac3bb5684d3 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:26:30 -0800 Subject: [PATCH] fix --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 0630e0423..8f6ab0c2e 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -259,7 +259,7 @@ jobs: run: brew install openssl@${{ env.MACOS_OPENSSL_VERSION }} - if: ${{ startsWith(inputs.platform-tag, 'macosx') }} - name: Ensure openssl is installed on Github macOS runners. + name: Set minimum macos version required to install wheel # - We use delocate to repair the wheel because it throws an error if # the openssl library version is newer than the wheel's macOS version tag # Linking the static libraries produces a warning for that same reason that but it doesn't throw an error.