Skip to content

Commit 22403ed

Browse files
committed
fix -v
1 parent 4f22a55 commit 22403ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust_benchmarks_parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Rust toolchain
4747
uses: actions-rs/toolchain@v1
4848
with:
49-
toolchain: nightly-2025-04-05-aarch64-apple-darwin
49+
toolchain: nightly-2025-08-18-aarch64-apple-darwin
5050
override: true
5151
profile: default
5252
default: true
@@ -175,7 +175,7 @@ jobs:
175175
- name: Install Rust toolchain
176176
uses: actions-rs/toolchain@v1
177177
with:
178-
toolchain: nightly-2025-04-05-aarch64-apple-darwin
178+
toolchain: nightly-2025-08-18-aarch64-apple-darwin
179179
override: true
180180
profile: default
181181
default: true

.github/workflows/rust_benchmarks_serial.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Rust toolchain
3232
uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: nightly-2025-04-05-aarch64-apple-darwin
34+
toolchain: nightly-2025-08-18-aarch64-apple-darwin
3535
override: true
3636
profile: default
3737
default: true
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install Rust toolchain
8181
uses: actions-rs/toolchain@v1
8282
with:
83-
toolchain: nightly-2025-04-05-aarch64-apple-darwin
83+
toolchain: nightly-2025-08-18-aarch64-apple-darwin
8484
override: true
8585
profile: default
8686
default: true

0 commit comments

Comments
 (0)