Skip to content

Commit 479c245

Browse files
committed
aarch64
1 parent c1d561a commit 479c245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ defaults:
1919
jobs:
2020
build:
2121
name: Benchmark
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04-arm
2323
steps:
2424
- uses: actions/checkout@v5
2525

2626
- name: Setup Rust
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
29-
targets: x86_64-unknown-linux-gnu
29+
targets: aarch64-unknown-linux-gnu
3030

3131
- uses: taiki-e/install-action@v2
3232
with:

0 commit comments

Comments
 (0)