From 807bae1b85a6f4c5e75af838fff3c43b12c152dd Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Wed, 9 Oct 2024 09:11:38 -0700 Subject: [PATCH] fix deployment target --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 0bcccfee..f2e59865 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -49,7 +49,7 @@ jobs: - name: Build MacOs with maturin on Python ${{ matrix.python }} if: startsWith(matrix.os, 'macos') env: - MACOSX_DEPLOYMENT_TARGET: "13" + MACOSX_DEPLOYMENT_TARGET: "13.0" run: | python -m venv venv ln -s venv/bin/activate