diff --git a/.github/workflows/ubuntu-cmake.yml b/.github/workflows/ubuntu-cmake.yml index afa9667..7aebb03 100644 --- a/.github/workflows/ubuntu-cmake.yml +++ b/.github/workflows/ubuntu-cmake.yml @@ -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