Compare commits

...

2 Commits

Author SHA1 Message Date
lancedb automation
de0289fe09 chore: update lance dependency to v1.0.0-beta.12 2025-11-26 07:59:35 +00:00
Xuanwo
f1f85b0a84 ci: migrate macos ci runners (#2818)
This PR will migrate macos CI runners.

---

**This PR was primarily authored with Codex using GPT-5-Codex and then
hand-reviewed by me. I AM responsible for every change made in this PR.
I aimed to keep it aligned with our goals, though I may have missed
minor issues. Please flag anything that feels off, I'll fix it
quickly.**

Signed-off-by: Xuanwo <github@xuanwo.io>
2025-11-26 01:22:35 +08:00
5 changed files with 49 additions and 49 deletions

View File

@@ -65,7 +65,7 @@ jobs:
matrix: matrix:
config: config:
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
runner: macos-13 runner: macos-15-large
- target: aarch64-apple-darwin - target: aarch64-apple-darwin
runner: warp-macos-14-arm64-6x runner: warp-macos-14-arm64-6x
env: env:

View File

@@ -149,7 +149,7 @@ jobs:
matrix: matrix:
config: config:
- name: x86 - name: x86
runner: macos-13 runner: macos-15-large
- name: Arm - name: Arm
runner: macos-14 runner: macos-14
runs-on: "${{ matrix.config.runner }}" runs-on: "${{ matrix.config.runner }}"

View File

@@ -122,7 +122,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
mac-runner: ["macos-13", "macos-14"] mac-runner: ["macos-14", "macos-15"]
runs-on: "${{ matrix.mac-runner }}" runs-on: "${{ matrix.mac-runner }}"
defaults: defaults:
run: run:

64
Cargo.lock generated
View File

@@ -3032,8 +3032,8 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]] [[package]]
name = "fsst" name = "fsst"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-array", "arrow-array",
"rand 0.9.2", "rand 0.9.2",
@@ -4217,8 +4217,8 @@ dependencies = [
[[package]] [[package]]
name = "lance" name = "lance"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-arith", "arrow-arith",
@@ -4282,8 +4282,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-arrow" name = "lance-arrow"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-array", "arrow-array",
"arrow-buffer", "arrow-buffer",
@@ -4301,8 +4301,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-bitpacking" name = "lance-bitpacking"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"paste", "paste",
@@ -4311,8 +4311,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-core" name = "lance-core"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-array", "arrow-array",
"arrow-buffer", "arrow-buffer",
@@ -4348,8 +4348,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-datafusion" name = "lance-datafusion"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-array", "arrow-array",
@@ -4378,8 +4378,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-datagen" name = "lance-datagen"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-array", "arrow-array",
@@ -4396,8 +4396,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-encoding" name = "lance-encoding"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-arith", "arrow-arith",
"arrow-array", "arrow-array",
@@ -4434,8 +4434,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-file" name = "lance-file"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-arith", "arrow-arith",
"arrow-array", "arrow-array",
@@ -4467,8 +4467,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-index" name = "lance-index"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-arith", "arrow-arith",
@@ -4529,8 +4529,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-io" name = "lance-io"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-arith", "arrow-arith",
@@ -4570,8 +4570,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-linalg" name = "lance-linalg"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-array", "arrow-array",
"arrow-buffer", "arrow-buffer",
@@ -4587,8 +4587,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-namespace" name = "lance-namespace"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"async-trait", "async-trait",
@@ -4600,8 +4600,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-namespace-impls" name = "lance-namespace-impls"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-ipc", "arrow-ipc",
@@ -4639,8 +4639,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-table" name = "lance-table"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-array", "arrow-array",
@@ -4679,8 +4679,8 @@ dependencies = [
[[package]] [[package]]
name = "lance-testing" name = "lance-testing"
version = "1.0.0-beta.8" version = "1.0.0-beta.12"
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23" source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.12#cf457d3ac7f62eadb635cdfa473eb3fd9761b0ca"
dependencies = [ dependencies = [
"arrow-array", "arrow-array",
"arrow-schema", "arrow-schema",

View File

@@ -15,20 +15,20 @@ categories = ["database-implementations"]
rust-version = "1.78.0" rust-version = "1.78.0"
[workspace.dependencies] [workspace.dependencies]
lance = { "version" = "=1.0.0-beta.8", default-features = false, "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance = { "version" = "=1.0.0-beta.12", default-features = false, "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-core = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-core = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-datagen = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-datagen = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-file = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-file = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-io = { "version" = "=1.0.0-beta.8", default-features = false, "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-io = { "version" = "=1.0.0-beta.12", default-features = false, "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-index = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-index = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-linalg = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-linalg = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-namespace = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-namespace = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-namespace-impls = { "version" = "=1.0.0-beta.8", "features" = ["dir-aws", "dir-gcp", "dir-azure", "dir-oss", "rest"], "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-namespace-impls = { "version" = "=1.0.0-beta.12", "features" = ["dir-aws", "dir-gcp", "dir-azure", "dir-oss", "rest"], "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-table = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-table = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-testing = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-testing = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-datafusion = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-datafusion = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-encoding = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-encoding = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
lance-arrow = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" } lance-arrow = { "version" = "=1.0.0-beta.12", "tag" = "v1.0.0-beta.12", "git" = "https://github.com/lance-format/lance.git" }
ahash = "0.8" ahash = "0.8"
# Note that this one does not include pyarrow # Note that this one does not include pyarrow
arrow = { version = "56.2", optional = false } arrow = { version = "56.2", optional = false }