mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
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:
parent
0e7abb70fe
commit
95afede8a0
10
.github/workflows/ubuntu-cmake.yml
vendored
10
.github/workflows/ubuntu-cmake.yml
vendored
|
@ -11,6 +11,16 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
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
|
- os: ubuntu-20.04
|
||||||
compiler: clang
|
compiler: clang
|
||||||
compiler-version: 11
|
compiler-version: 11
|
||||||
|
|
Loading…
Reference in New Issue
Block a user