Skip to content

Commit 5ce7206

Browse files
committed
Update ci-unified to 1.81
1 parent 0cd2b89 commit 5ce7206

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- 'FILE_HEADER'
2727

2828
env:
29-
IMAGE: paritytech/ci-unified:bullseye-1.75.0
29+
IMAGE: paritytech/ci-unified:bullseye-1.81.0
3030
CARGO_TARGET_DIR: /ci-cache/${{ github.repository }}/targets/${{ github.ref_name }}/${{ github.job }}
3131
CARGO_INCREMENTAL: 0
3232
PURELY_STD_CRATES: ink/codegen metadata engine e2e e2e/macro ink/ir
@@ -504,7 +504,7 @@ jobs:
504504
env:
505505
# Fix linking of `linkme`: https://github.com/dtolnay/linkme/issues/49
506506
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc
507-
uses: docker://paritytech/ci-unified:bullseye-1.75.0
507+
uses: docker://paritytech/ci-unified:bullseye-1.81.0
508508
with:
509509
# run all tests with --all-features, which will run the e2e-tests feature if present
510510
args: /bin/bash -c "scripts/for_all_contracts_exec.sh --path integration-tests --ignore public/static-buffer --partition ${{ matrix.partition }}/6 -- cargo test \

.github/workflows/measurements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run:
1515
shell: bash
1616
container:
17-
image: paritytech/ci-unified:bullseye-1.75.0
17+
image: paritytech/ci-unified:bullseye-1.81.0
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)