Skip to content

Commit 0d756da

Browse files
committed
update tool chain
1 parent 3d69394 commit 0d756da

File tree

7 files changed

+121
-97
lines changed

7 files changed

+121
-97
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
components: rustfmt, clippy, rust-src
2626
targets: riscv32im-unknown-none-elf
2727
# TODO: figure out way to keep this in sync with rust-toolchain.toml automatically
28-
toolchain: nightly-2025-08-18
28+
toolchain: nightly-2025-11-20
2929
- name: Give Github Action access to ceno-gpu
3030
uses: webfactory/ssh-agent@v0.9.0
3131
with:

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Setup nightly toolchain"
3030
uses: "actions-rs/toolchain@v1"
3131
with:
32-
toolchain: nightly-2025-08-18
32+
toolchain: nightly-2025-11-20
3333
components: rustfmt, clippy
3434
override: true
3535

@@ -93,8 +93,8 @@ jobs:
9393
with:
9494
components: rust-src
9595
targets: riscv32im-unknown-none-elf
96-
# TODO: figure out why cargo-ceno does not work with nightly-2025-08-18
97-
toolchain: nightly-2025-08-18
96+
# TODO: figure out why cargo-ceno does not work with nightly-2025-11-20
97+
toolchain: nightly-2025-11-20
9898

9999
- name: "Build cargo-ceno toolchain"
100100
run: |

.github/workflows/reth-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
325325
- name: Install architecture specific tools
326326
run: |
327-
rustup install nightly-2025-08-05
327+
rustup install nightly-2025-11-20
328328
source openvm/ci/scripts/utils.sh
329329
install_s5cmd
330330
sudo apt update

0 commit comments

Comments
 (0)