pin the version of geth used in CI

This commit is contained in:
Omar Abdulla
2025-07-10 11:38:29 +03:00
parent 0513a4befb
commit 49d9c884ea
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install -y ethereum protobuf-compiler
sudo apt-get install -y ethereum=1.15.11+build31083+noble protobuf-compiler
- name: Install Geth on macOS
if: matrix.os == 'macos-14'