From bb00fe8d8f7d66e124e790cfeeadf0a11e85a0a3 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 8 Apr 2026 13:56:41 +0200 Subject: [PATCH] ci: use Bitcoin Core 31.x branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2985a39..ad93ad3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: ccache-${{ runner.os }}-${{ github.sha }} restore-keys: ccache-${{ runner.os }}- - name: Checkout Bitcoin Core - run: git clone --depth 1 --branch master https://github.com/bitcoin/bitcoin.git + run: git clone --depth 1 --branch 31.x https://github.com/bitcoin/bitcoin.git - name: Build Bitcoin Core run: | cd bitcoin