mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-28 18:36:33 +02:00
bump to macos-12 :(
This commit is contained in:
parent
d506bd6d28
commit
f361209364
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
name: sqlite-vec-linux-x86_64-extension
|
name: sqlite-vec-linux-x86_64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
build-macos-x86_64-extension:
|
build-macos-x86_64-extension:
|
||||||
runs-on: macos-11
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
|
|
|
||||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
name: sqlite-vec-linux-x86_64-extension
|
name: sqlite-vec-linux-x86_64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
build-macos-x86_64-extension:
|
build-macos-x86_64-extension:
|
||||||
runs-on: macos-11
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue