From e94b717425107cfadf8815f8aab2b710d0e55c76 Mon Sep 17 00:00:00 2001 From: Georgi Zlatarev Date: Mon, 10 Jul 2023 13:30:32 +0300 Subject: [PATCH] Use 0942 polkadot binary Signed-off-by: Georgi Zlatarev --- .github/workflows/integration_test_calamari.yml | 2 +- .github/workflows/integration_test_manta.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test_calamari.yml b/.github/workflows/integration_test_calamari.yml index a54976a23..d34c02dbf 100644 --- a/.github/workflows/integration_test_calamari.yml +++ b/.github/workflows/integration_test_calamari.yml @@ -17,7 +17,7 @@ env: AWS_INSTANCE_ROOT_VOLUME_SIZE: 32 AWS_IMAGE_SEARCH_PATTERN: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-* AWS_IMAGE_SEARCH_OWNERS: '["099720109477"]' - POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.43/polkadot + POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.42/polkadot jobs: print-rust-versions: if: contains(github.event.pull_request.labels.*.name, 'A-calamari' || github.ref == 'refs/heads/manta') diff --git a/.github/workflows/integration_test_manta.yml b/.github/workflows/integration_test_manta.yml index 24b9f2cdb..655394082 100644 --- a/.github/workflows/integration_test_manta.yml +++ b/.github/workflows/integration_test_manta.yml @@ -17,7 +17,7 @@ env: AWS_INSTANCE_ROOT_VOLUME_SIZE: 32 AWS_IMAGE_SEARCH_PATTERN: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-* AWS_IMAGE_SEARCH_OWNERS: '["099720109477"]' - POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.43/polkadot + POLKADOT_BINARY: https://github.com/paritytech/polkadot/releases/download/v0.9.42/polkadot jobs: print-rust-versions: if: contains(github.event.pull_request.labels.*.name, 'A-manta' || github.ref == 'refs/heads/manta')