ci: use Bitcoin Core 24.1

This commit is contained in:
fanquake
2023-05-19 11:46:58 +01:00
committed by Christian Decker
parent 222dafb197
commit dff2dd259e
4 changed files with 9 additions and 9 deletions

View File

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