Skip to content

Commit

Permalink
Update CI from clang-12 to clang-15 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrockm committed Oct 6, 2023
1 parent 73c5058 commit cb02368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
build-type: [Debug, RelWithDebInfo, Release]
compiler: [{c: gcc-10, cpp: g++-10}, {c: gcc-11, cpp: g++-11, code-cov: true}, {c: clang-12, cpp: clang++-12}, {c: clang-13, cpp: clang++-13}, {c: clang-14, cpp: clang++-14}]
compiler: [{c: gcc-10, cpp: g++-10}, {c: gcc-11, cpp: g++-11, code-cov: true}, {c: clang-13, cpp: clang++-13}, {c: clang-14, cpp: clang++-14}, {c: clang-15, cpp: clang++-15}]

runs-on: ubuntu-latest

Expand Down

0 comments on commit cb02368

Please sign in to comment.