Skip to content

Commit b218bc7

Browse files
committed
pin the version of geth used in CI
1 parent 49d9c88 commit b218bc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
sudo apt-get update
104104
sudo apt-get install -y ethereum=1.15.11+build31083+noble protobuf-compiler
105105
106+
# This pins the version of `ethereum` so that it can't be upgraded by mistake if we run
107+
# apt update in a later step.
108+
sudo apt-mark hold ethereum
109+
106110
- name: Install Geth on macOS
107111
if: matrix.os == 'macos-14'
108112
run: |

0 commit comments

Comments
 (0)