Skip to content

Commit

Permalink
Pin Clang 14, 15, 16 to Ubuntu-22.04 (#348)
Browse files Browse the repository at this point in the history
* Pin Clang 14, 15, 16 to Ubuntu-22.04

* Pin  Gcc-13 to Ubuntu-22.04
  • Loading branch information
Twon authored Feb 4, 2025
1 parent 14e66ef commit cc77939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
}
- {
name: "Ubuntu GCC-13",
os: ubuntu-latest,
os: ubuntu-22.04,
compiler: { type: GCC, version: 13, conan: "gcc", cc: "gcc-13", cxx: "g++-13", std: 20 },
lib: "libstdc++11"
}
- {
name: "Ubuntu Clang-14 + libc++",
os: ubuntu-latest,
os: ubuntu-22.04,
compiler:
{
type: CLANG,
Expand All @@ -59,7 +59,7 @@ jobs:
}
- {
name: "Ubuntu Clang-15 + libc++",
os: ubuntu-latest,
os: ubuntu-22.04,
compiler:
{
type: CLANG,
Expand All @@ -73,7 +73,7 @@ jobs:
}
- {
name: "Ubuntu Clang-16 + libc++",
os: ubuntu-latest,
os: ubuntu-22.04,
compiler:
{
type: CLANG,
Expand Down

0 comments on commit cc77939

Please sign in to comment.