ci: there is no clang-12 on jammy

This commit is contained in:
Mateusz Pusz
2023-01-04 20:50:20 +01:00
parent 1a3e29ebbb
commit 7c43d27a21
2 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ jobs:
}
- {
name: "Ubuntu Clang-12 + libstdc++11",
os: ubuntu-22.04,
os: ubuntu-20.04,
compiler:
{
type: CLANG,
@@ -102,7 +102,7 @@ jobs:
}
- {
name: "Ubuntu Clang-12 + libc++",
os: ubuntu-22.04,
os: ubuntu-20.04,
compiler:
{
type: CLANG,

View File

@@ -93,7 +93,7 @@ jobs:
}
- {
name: "Ubuntu Clang-12 + libstdc++11",
os: ubuntu-22.04,
os: ubuntu-20.04,
compiler:
{
type: CLANG,
@@ -106,7 +106,7 @@ jobs:
}
- {
name: "Ubuntu Clang-12 + libc++",
os: ubuntu-22.04,
os: ubuntu-20.04,
compiler:
{
type: CLANG,