Fix CI by testing Ubuntu 22.04 instead of 21.10.

Since Ubuntu 21.10 has gone out of support it no longer works for
testing with CI. Instead use 22.04 which is still supported.
This commit is contained in:
Jeremy Whiting 2022-08-06 09:48:53 -06:00 committed by Serge Hallyn
parent 18b8095a8d
commit f397e32638
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
image: ubuntu/21.10
image: ubuntu/22.04
packages:
- automake
- autopoint