Skip to content

Commit a966f05

Browse files
committed
ci: build bitcoind with Ubuntu 22.04
1 parent b9abebe commit a966f05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ jobs:
200200

201201
bitcoind-builder:
202202
name: bitcoind builder
203-
runs-on: ubuntu-latest
203+
# Ubuntu 22.04 ships with glibc 2.35, which is needed to keep binaries
204+
# compatible with Debian Bookworm (glibc 2.36) Python containers.
205+
runs-on: ubuntu-22.04
204206
steps:
205207
- uses: actions/checkout@v4
206208
- uses: ./.github/actions/build-bitcoind

0 commit comments

Comments
 (0)