From c8deb2831865745b11d8c32926bca926f332b096 Mon Sep 17 00:00:00 2001 From: Matej Date: Thu, 18 Dec 2025 14:43:06 +0100 Subject: [PATCH] Update Sui in Lazer CI to v1.62.1 CI seems to be failing on current changes because of old Sui Move version --- .github/workflows/ci-lazer-sui-contract.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lazer-sui-contract.yml b/.github/workflows/ci-lazer-sui-contract.yml index 4aa9c83199..4629532ef6 100644 --- a/.github/workflows/ci-lazer-sui-contract.yml +++ b/.github/workflows/ci-lazer-sui-contract.yml @@ -24,7 +24,7 @@ jobs: # To bump: update SUI_VERSION to the latest mainnet tag (format: mainnet-vX.Y.Z). # Asset naming: sui-mainnet-vX.Y.Z-ubuntu-x86_64.tgz under tag mainnet-vX.Y.Z. CHANNEL="mainnet" - SUI_VERSION="v1.53.2" + SUI_VERSION="v1.62.1" ARCHIVE="sui-${CHANNEL}-${SUI_VERSION}-ubuntu-x86_64.tgz" URL="https://github.com/MystenLabs/sui/releases/download/${CHANNEL}-${SUI_VERSION}/${ARCHIVE}" echo "Downloading ${URL}"