Skip to content

Commit

Permalink
Add clang for C++ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 27, 2023
1 parent a9eefa7 commit 091b6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"path": "c++",
"extension": ".cpp",
"compilers": {
"ubuntu": [["g++-12"]],
"ubuntu": [["g++-12"], ["clang++-17"]],
"macos": [["clang++", "-std=c++20"]],
},
}
Expand Down

0 comments on commit 091b6d4

Please sign in to comment.