GitHub Actions: Add Ubuntu 22.04 builds

Ubuntu 22.04 is an LTS version, so we should add it. This change set
`ignore-errors = true`, as the corresponding build environment is still in
beta on GitHub.

PiperOrigin-RevId: 453868434
Change-Id: I988e38cda30deedd0704314f21a1f4c33c1456a0
This commit is contained in:
Christian Blichmann 2022-06-09 02:03:07 -07:00 committed by Copybara-Service
parent 0e7abb70fe
commit 95afede8a0

View File

@ -11,6 +11,16 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
compiler: clang
compiler-version: 11
# Ubuntu 22.04 is in beta
ignore-errors: true
- os: ubuntu-22.04
compiler: gcc
compiler-version: 11
# Ubuntu 22.04 is in beta
ignore-errors: true
- os: ubuntu-20.04
compiler: clang
compiler-version: 11