From 2c738706d5c17f942cc03dfadbc2982999fb14a6 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 20 Apr 2024 16:12:59 -0700 Subject: [PATCH] gha: try m1 build --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 29a7c93..ba8bb7d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,11 +32,12 @@ jobs: name: sqlite-vec-macos-x86_64-extension path: dist/* build-macos-aarch64-extension: - runs-on: macos-11 + runs-on: macos-14 steps: - uses: actions/checkout@v3 - run: ./scripts/vendor.sh - - run: make loadable CFLAGS="-target arm64-apple-macos11" + - run: make loadable + - run: /usr/local/opt/python@3/libexec/bin/python -m pip install pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python - uses: actions/upload-artifact@v3 with: name: sqlite-vec-macos-aarch64-extension