This commit is contained in:
Chris Stewart 2025-01-29 12:25:05 -06:00
parent 94e888e388
commit c2faec1990
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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") {
""
}