Skip to content

Commit

Permalink
Add clang-17 to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 16, 2023
1 parent 987c47e commit 4144bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ jobs:
os: ubuntu-latest
container: ubuntu:23.04
install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
os: ubuntu-latest
container: ubuntu:23.10
install: clang-17
- toolset: clang
cxxstd: "11,14,17,2a"
os: macos-11
Expand Down

0 comments on commit 4144bb3

Please sign in to comment.