Skip to content

Commit 6ed5739

Browse files
committed
fix ci
1 parent bdd457e commit 6ed5739

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
profile: ${{matrix.build-profile}}
312312
package: ${{matrix.package}}
313313
chain: ${{matrix.chain}}
314-
tag: "1.77.0"
314+
tag: "1.81.0"
315315
runtime_dir: ${{ matrix.runtime-dir }}
316316
- name: Rename WASM file
317317
run: |

.github/workflows/verify-pr-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
package: ${{matrix.package}}
380380
chain: ${{matrix.chain}}
381381
runtime_dir: ${{ matrix.runtime-dir }}
382-
tag: "1.77.0"
382+
tag: "1.81.0"
383383
- name: Check Deterministic WASM Build Exists
384384
if: steps.cache-wasm.outputs.cache-hit != 'true'
385385
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ make start-frequency-with-offchain
320320
1. Check out the commit at which the runtime was built.
321321
2. Use [srtool](https://github.com/paritytech/srtool) and [srtool-cli](https://github.com/chevdor/srtool-cli) to verify the runtime:
322322
```sh
323-
SRTOOL_TAG="1.77.0" srtool build \
323+
SRTOOL_TAG="1.81.0" srtool build \
324324
--build-opts="'--features on-chain-release-build,no-metadata-docs,frequency'" \
325325
--profile=release \
326326
--package=frequency-runtime \

0 commit comments

Comments
 (0)