Skip to content

Commit fb2e11e

Browse files
committed
[libc++] Switch FreeBSD CI job to Clang 17
libc++ will drop support for Clang 16 before long.
1 parent cd8286a commit fb2e11e

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
@@ -209,8 +209,8 @@ steps:
209209
- label: FreeBSD 13 amd64
210210
command: libcxx/utils/ci/run-buildbot generic-cxx23
211211
env:
212-
CC: clang16
213-
CXX: clang++16
212+
CC: clang17
213+
CXX: clang++17
214214
agents:
215215
queue: libcxx-builders
216216
os: freebsd

0 commit comments

Comments
 (0)