From 8dae6207b090b37f2a2b6e5a8fd9affa91dd991c Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 4 Oct 2023 00:00:14 +0200 Subject: [PATCH] bump test chains used on CI --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/test-single.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 35876ae0090a..8057e79bb8d0 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -60,7 +60,7 @@ jobs: python-version: [ "3.10" ] env: CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet - BLOCKS_AND_PLOTS_VERSION: 0.33.0 + BLOCKS_AND_PLOTS_VERSION: 0.38.0 steps: - name: Clean workspace diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index 38ecb6e75bf1..9d1f0da26072 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -113,7 +113,7 @@ jobs: CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet CHIA_SIMULATOR_ROOT: ${{ github.workspace }}/.chia/simulator JOB_FILE_NAME: tests_${{ matrix.os.file_name }}_python-${{ matrix.python.file_name }}_${{ matrix.configuration.name }} - BLOCKS_AND_PLOTS_VERSION: 0.33.0 + BLOCKS_AND_PLOTS_VERSION: 0.38.0 steps: - name: Configure git