chore: update lance dependency to v9.1.0-beta.4 (#3690)

This commit is contained in:
Xuanwo
2026-07-20 22:22:07 +08:00
committed by GitHub
parent 65cd142c7e
commit 8450683b2a
6 changed files with 64 additions and 64 deletions
+2 -2
View File
@@ -98,7 +98,7 @@ jobs:
cargo build --profile ci --benches --all-features --tests
linux:
timeout-minutes: 30
timeout-minutes: 60
# To build all features, we need more disk space than is available
# on the free OSS github runner. This is mostly due to the the
# sentence-transformers feature.
@@ -158,7 +158,7 @@ jobs:
run: CARGO_ARGS="--profile ci" make -C ./lancedb remote-tests
macos:
timeout-minutes: 30
timeout-minutes: 60
strategy:
matrix:
mac-runner: ["macos-14", "macos-15"]