Skip to content

Commit

Permalink
gha: try m1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 20, 2024
1 parent 64745ab commit 2c73870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c73870

Please sign in to comment.