Skip to content

Commit 43d05f4

Browse files
authored
[libc++] Switch FreeBSD CI job to Clang 16 (llvm#65422)
libc++ will drop support for Clang 15 before long.
1 parent 1438544 commit 43d05f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,8 +1119,8 @@ steps:
11191119
- "**/test-results.xml"
11201120
- "**/*.abilist"
11211121
env:
1122-
CC: "clang15"
1123-
CXX: "clang++15"
1122+
CC: "clang16"
1123+
CXX: "clang++16"
11241124
ENABLE_STD_MODULES: "Off"
11251125
agents:
11261126
queue: "libcxx-builders"

0 commit comments

Comments
 (0)