From 404fb908df723b9e08ea8e295c995cfbcfb311c9 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Thu, 3 Aug 2023 12:27:00 +0200 Subject: [PATCH] ci: use stable lighthouse version in sim tests --- .github/workflows/test-sim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sim.yml b/.github/workflows/test-sim.yml index 74f19be3af99..a03815abd64c 100644 --- a/.github/workflows/test-sim.yml +++ b/.github/workflows/test-sim.yml @@ -19,7 +19,7 @@ on: env: GETH_DOCKER_IMAGE: ethereum/client-go:v1.11.6 - LIGHTHOUSE_DOCKER_IMAGE: sigp/lighthouse:latest-amd64-unstable-dev + LIGHTHOUSE_DOCKER_IMAGE: sigp/lighthouse:latest-amd64-modern-dev NETHERMIND_DOCKER_IMAGE: nethermind/nethermind:1.18.0 jobs: