Skip to content

Commit be688a9

Browse files
authored
ci: fix rust benchmark using warp arm to run (#3655)
The self-hosted machine is not maintained, and rust is too old to run benchmark. https://github.com/lancedb/lance/actions/runs/14329500137
1 parent 6d1bfc6 commit be688a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929

3030
jobs:
3131
Benchmark:
32-
runs-on: [self-hosted, linux, x64]
32+
runs-on: warp-ubuntu-latest-arm64-8x
3333
timeout-minutes: 120
3434
steps:
3535
- name: Checkout

0 commit comments

Comments
 (0)