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.
master
Ryan Foster 2022-07-11 13:45:58 -04:00 committed by Matt Gajownik
parent 49c20c6cc1
commit 231c91846d
1 changed files with 1 additions and 1 deletions

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: