Skip to content

Commit

Permalink
Update from Clang 13 to Clang 14 for Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Oct 16, 2023
1 parent b090aa3 commit 2c6ef58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/buildbot/buildconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"debian11": {
"CC": "clang-13",
"CXX": "clang++-13"
"CC": "clang-14",
"CXX": "clang++-14"
}
}

0 comments on commit 2c6ef58

Please sign in to comment.