Update sp1 to v5.2.2 (#188)

This commit is contained in:
Han
2025-11-01 09:05:27 +08:00
committed by GitHub
parent 7ffdc632d4
commit f4b99ab7fd
11 changed files with 48 additions and 49 deletions

View File

@@ -14,4 +14,4 @@ jobs:
packages: write
with:
zkvm: openvm
toolchain: 1.86.0
toolchain: 1.88.0

View File

@@ -14,4 +14,4 @@ jobs:
packages: write
with:
zkvm: risc0
toolchain: 1.86.0
toolchain: 1.88.0

View File

@@ -14,4 +14,4 @@ jobs:
packages: write
with:
zkvm: sp1
toolchain: 1.86.0
toolchain: 1.88.0

View File

@@ -14,5 +14,5 @@ jobs:
packages: write
with:
zkvm: zisk
toolchain: 1.86.0
toolchain: 1.88.0
skip_prove_test: true

View File

@@ -11,7 +11,7 @@ on:
description: 'Rust toolchain to use'
required: false
type: string
default: 1.86.0
default: 1.88.0
# Remove when we use larger runners, currently only needed to skip for zisk
skip_prove_test:
description: 'Whether to skip prove test and ere-dockerized test or not'