Skip to content

Commit

Permalink
Focus on Clang 17 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon committed Oct 28, 2024
1 parent 564fee1 commit 6eda180
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,34 +105,34 @@ jobs:
},
lib: "libc++",
}
- {
name: "Ubuntu Clang-18 + libc++",
os: ubuntu-latest,
compiler:
{
type: CLANG,
version: 18,
conan: "clang",
cc: "clang-18",
cxx: "clang++-18",
std: 20
},
lib: "libc++",
}
- {
name: "Ubuntu Clang-19 + libc++",
os: ubuntu-latest,
compiler:
{
type: CLANG,
version: 19,
conan: "clang",
cc: "clang-19",
cxx: "clang++-19",
std: 20
},
lib: "libc++",
}
# - {
# name: "Ubuntu Clang-18 + libc++",
# os: ubuntu-latest,
# compiler:
# {
# type: CLANG,
# version: 18,
# conan: "clang",
# cc: "clang-18",
# cxx: "clang++-18",
# std: 20
# },
# lib: "libc++",
# }
# - {
# name: "Ubuntu Clang-19 + libc++",
# os: ubuntu-latest,
# compiler:
# {
# type: CLANG,
# version: 19,
# conan: "clang",
# cc: "clang-19",
# cxx: "clang++-19",
# std: 20
# },
# lib: "libc++",
# }
- {
name: "Visual Studio 2019",
os: windows-latest,
Expand Down

0 comments on commit 6eda180

Please sign in to comment.