CI: Update Ubuntu versions

Ubuntu 22.04 images are now available on GitHub Actions. Add 22.04 and
drop 18.04, as we are dropping 18.04 for an upcoming release.
This commit is contained in:
Ryan Foster 2022-07-11 13:45:58 -04:00 committed by Matt Gajownik
parent 49c20c6cc1
commit 231c91846d

View file

@ -201,7 +201,7 @@ jobs:
runs-on: ${{ matrix.ubuntu }}
strategy:
matrix:
ubuntu: ['ubuntu-20.04', 'ubuntu-18.04']
ubuntu: ['ubuntu-20.04', 'ubuntu-22.04']
if: always()
needs: [clang_check]
defaults: