mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: ios run x86 build on macos-12
This commit is contained in:
parent
94fd29fc2d
commit
a4811fcaa8
1 changed files with 15 additions and 3 deletions
18
.github/workflows/test.yaml
vendored
18
.github/workflows/test.yaml
vendored
|
|
@ -56,23 +56,35 @@ jobs:
|
|||
name: sqlite-vec-android-${{ matrix.platforms.name }}-extension
|
||||
path: dist/*.so
|
||||
build-ios-extension:
|
||||
runs-on: macos-latest
|
||||
runs-on: ${{ matrix.platforms.runner }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platforms:
|
||||
[
|
||||
{ name: ios-arm64, target: arm64-apple-ios, sdk: iphoneos },
|
||||
{ name: ios-x86_64, target: x86_64-apple-ios, sdk: iphoneos },
|
||||
{
|
||||
name: ios-arm64,
|
||||
target: arm64-apple-ios,
|
||||
sdk: iphoneos,
|
||||
runner: macos-14,
|
||||
},
|
||||
{
|
||||
name: ios-x86_64,
|
||||
target: x86_64-apple-ios,
|
||||
sdk: iphoneos,
|
||||
runner: macos-12,
|
||||
},
|
||||
{
|
||||
name: ios-simulator-arm64,
|
||||
target: arm64-apple-ios-simulator,
|
||||
sdk: iphonesimulator,
|
||||
runner: macos-14,
|
||||
},
|
||||
{
|
||||
name: ios-simulator-x86_64,
|
||||
target: x86_64-apple-ios-simulator,
|
||||
sdk: iphonesimulator,
|
||||
runner: macos-14,
|
||||
},
|
||||
]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue