mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 18:49:42 +01:00
ci: Update Ubuntu version from 20.04 to 22.04
This commit is contained in:
parent
4e43b07ee4
commit
4bff697be9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -20,7 +20,7 @@ env:
|
|||
jobs:
|
||||
prebuild:
|
||||
name: Pre-build checks
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
BOLTDIR: bolts
|
||||
|
@ -546,7 +546,7 @@ jobs:
|
|||
|
||||
check-flake:
|
||||
name: Check Nix Flake
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: true
|
||||
steps:
|
||||
|
@ -568,7 +568,7 @@ jobs:
|
|||
# signals successful completion. Used for the PR status to pass
|
||||
# before merging.
|
||||
name: CI completion
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
needs:
|
||||
- integration
|
||||
- check-units
|
||||
|
|
Loading…
Add table
Reference in a new issue