diff --git a/.github/env b/.github/env index f19d014b9aab1..b7c597fbcb45b 100644 --- a/.github/env +++ b/.github/env @@ -1 +1 @@ -IMAGE="docker.io/paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202509220255" +IMAGE="docker.io/paritytech/ci-unified:bullseye-1.88.0-2025-06-27-v202511141243" diff --git a/.github/workflows/tests-misc.yml b/.github/workflows/tests-misc.yml index 1b478d9d15588..8223cb2d96854 100644 --- a/.github/workflows/tests-misc.yml +++ b/.github/workflows/tests-misc.yml @@ -382,7 +382,7 @@ jobs: - name: Install resolc run: | source $HOME/.cargo/env - VERSION="0.3.0" + VERSION="0.5.0" ASSET_URL="https://github.com/paritytech/revive/releases/download/v$VERSION/resolc-universal-apple-darwin" echo "Downloading resolc v$VERSION from $ASSET_URL" curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL"