ci: use Bitcoin Core 25.0

This commit is contained in:
fanquake
2023-05-26 11:46:47 +01:00
committed by Rusty Russell
parent a7786ca742
commit 5aa7634753
4 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: |
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH"
export BITCOIN_VERSION=24.1
export BITCOIN_VERSION=25.0
brew install wget autoconf automake libtool python@3.10 gnu-sed gettext libsodium
(