From 49fefa12bb0b3356218f8542cba7e342f2d35db9 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Thu, 8 Feb 2024 13:02:30 -0800 Subject: [PATCH] specify target. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb835a..880fd6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: run: | python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder - ./builder build -p ${{ env.PACKAGE_NAME }} + ./builder build -p ${{ env.PACKAGE_NAME }} --target=${{matrix.arch}} osx-no-cpu-extensions: runs-on: macos-12 # latest