mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
fix hash
This commit is contained in:
parent
94e888e388
commit
c2faec1990
2 changed files with 2 additions and 2 deletions
2
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
2
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 60
|
||||
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
||||
steps:
|
||||
|
|
|
@ -67,7 +67,7 @@ TaskKeys.downloadCLightning := {
|
|||
if (platform == "Ubuntu-20.04-amd64") {
|
||||
"0068852306bca9df3d213c6a29bb90451eb538be83e413d6838e9e2d2729ff7f"
|
||||
} else if (platform == "Ubuntu-22.04-amd64") {
|
||||
"7d78e49615ace6ff8ee9ebfdf30e108ecf41ce98834493260ee31486389b781f"
|
||||
"10a42e4d8f1bfef2c82a4f16725669843a2243729e0904aeb0412981f8f2496c"
|
||||
} else if (platform == "Ubuntu-24.04-amd64") {
|
||||
""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue