Use ubuntu-22.04 image for CI completion job

This commit is contained in:
fmhoeger
2024-02-01 15:08:53 -06:00
committed by mergify[bot]
parent 4e27478254
commit 7cbfcaf025

View File

@@ -102,7 +102,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:
- build-and-test
steps: