ci: Update Ubuntu version from 20.04 to 22.04

This commit is contained in:
ShahanaFarooqui 2024-11-15 21:08:48 -08:00 committed by Rusty Russell
parent 4e43b07ee4
commit 4bff697be9

View file

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