Skip to content

Commit

Permalink
CI: use clang++ 15 on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Dec 15, 2023
1 parent 24a95f3 commit c670ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
cxx:
- g++-13
- clang++-14
- clang++-15
config:
# Release build
- build_type: Release
Expand Down

0 comments on commit c670ca7

Please sign in to comment.