Skip to content

Commit

Permalink
update toolchain version for CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Sep 25, 2024
1 parent 0e56ce0 commit 4a36f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: r0.1.79.0
RISC0_TOOLCHAIN_VERSION: r0.1.79.0-2
RISC0_MONOREPO_REF: "release-1.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: r0.1.79.0
RISC0_TOOLCHAIN_VERSION: r0.1.79.0-2
RISC0_MONOREPO_REF: "release-1.1"

jobs:
Expand Down

0 comments on commit 4a36f89

Please sign in to comment.