Skip to content

Commit 029aa0f

Browse files
add benchmarks, fix ci, fix a classify bug
1 parent f218337 commit 029aa0f

8 files changed

Lines changed: 1000516 additions & 20 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
tests:
10-
runs-on: ubuntu-latest-ARM64
10+
runs-on: ubuntu-24.04-arm
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
run: cargo test
2424

2525
fmt:
26-
runs-on: ubuntu-latest-ARM64
26+
runs-on: ubuntu-24.04-arm
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
cargo fmt --all -- --check
3838
3939
clippy:
40-
runs-on: ubuntu-latest-ARM64
40+
runs-on: ubuntu-24.04-arm
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)