Skip to content

Commit

Permalink
chore: update rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Aug 1, 2024
1 parent a6abafa commit c060c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
chain: ${{ github.event.inputs.chain }}-parachain
runtime_dir: runtime/${{ github.event.inputs.chain }}
tag: "1.66.0"
tag: "1.72.0"

- name: Summary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
chain: ${{ matrix.chain }}-parachain
runtime_dir: runtime/${{ matrix.chain }}
tag: "1.66.0"
tag: "1.72.0"

- name: Summary
run: |
Expand Down

0 comments on commit c060c0b

Please sign in to comment.