fix(CI): reintroduce ubuntu-22.04 checks (#19052)

- we wan to support the 2 latest ubuntu LTS versions
This commit is contained in:
sudlud 2024-06-13 15:21:53 +02:00 committed by GitHub
parent 7441938bc3
commit 302421ae4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -19,6 +19,14 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
compiler:
CC: clang-15
CXX: clang++-15
- os: ubuntu-22.04
compiler:
CC: gcc-12
CXX: g++-12
- os: ubuntu-24.04
compiler:
CC: clang-18

View file

@ -16,6 +16,10 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
compiler:
CC: clang-15
CXX: clang++-15
- os: ubuntu-24.04
compiler:
CC: clang-18