diff --git a/.github/assets/hive/build_simulators.sh b/.github/assets/hive/build_simulators.sh index c5f0055d4e..65184ff0ab 100755 --- a/.github/assets/hive/build_simulators.sh +++ b/.github/assets/hive/build_simulators.sh @@ -12,7 +12,7 @@ go build . # Run each hive command in the background for each simulator and wait echo "Building images" ./hive -client reth --sim "ethereum/eels" \ - --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/bal@v1.4.1/fixtures_bal.tar.gz \ + --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/bal@v1.6.0/fixtures_bal.tar.gz \ --sim.buildarg branch=eips/amsterdam/eip-7928 \ --sim.timelimit 1s || true & ./hive -client reth --sim "ethereum/engine" -sim.timelimit 1s || true & @@ -43,4 +43,4 @@ done # Make sure we don't rebuild images on the CI jobs git apply ../.github/assets/hive/no_sim_build.diff go build . -mv ./hive ../hive_assets/ \ No newline at end of file +mv ./hive ../hive_assets/