ci: use Bitcoin Core 25.1
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
BITCOIN_VERSION: "25.0"
|
||||
BITCOIN_VERSION: "25.1"
|
||||
ELEMENTS_VERSION: 22.0.2
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
PYTEST_OPTS: --timeout=1200
|
||||
@@ -319,7 +319,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
BITCOIN_VERSION: "25.0"
|
||||
BITCOIN_VERSION: "25.1"
|
||||
ELEMENTS_VERSION: 22.0.2
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
CFG: compile-gcc
|
||||
@@ -389,7 +389,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
BITCOIN_VERSION: "25.0"
|
||||
BITCOIN_VERSION: "25.1"
|
||||
ELEMENTS_VERSION: 22.0.2
|
||||
RUST_PROFILE: release
|
||||
SLOW_MACHINE: 1
|
||||
|
||||
Reference in New Issue
Block a user