Skip to content

Commit

Permalink
Increase clang versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jan 29, 2025
1 parent e1e0d7d commit 91c46a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dabc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
build_type: [Release]
compiler: [ { name: g++-13, cpp: g++-13, c: gcc-13 },
{ name: g++-14, cpp: g++-14, c: gcc-14 },
{ name: clang-16, cpp: clang++-16, c: clang-16 },
{ name: clang-17, cpp: clang++-17, c: clang-17 } ]
{ name: clang-17, cpp: clang++-17, c: clang-17 },
{ name: clang-18, cpp: clang++-18, c: clang-18 } ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 91c46a0

Please sign in to comment.