mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
gha: try m1 build
This commit is contained in:
parent
64745ab4a2
commit
2c738706d5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue