Skip to content

Commit b83983e

Browse files
committed
use older ubuntu version to build electrs
This is in order to use an older GLIBC version so that the binary can be used in CI functional tests for Liana wallet. wizardsardine/liana#1398 (comment)
1 parent 658f18c commit b83983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_electrs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-24.04, macos-15]
14+
os: [ubuntu-20.04, macos-15]
1515
env:
1616
ELECTRS_TAG: "v0.10.6"
1717

0 commit comments

Comments
 (0)