Skip to content

Commit 717b0da

Browse files
committed
[libc++] Run back-deployment CI on macOS 10.15 instead of 10.14
The goal was to add coverage for back-deployment over the filesystem library, but it was added in macOS 10.15, not 10.14. Differential Revision: https://reviews.llvm.org/D92937
1 parent cff1f4c commit 717b0da

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
@@ -276,8 +276,8 @@ steps:
276276
- exit_status: -1 # Agent was lost
277277
limit: 2
278278

279-
- label: "Apple back-deployment macosx10.14"
280-
command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.14"
279+
- label: "Apple back-deployment macosx10.15"
280+
command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.15"
281281
artifact_paths:
282282
- "**/test-results.xml"
283283
agents:

0 commit comments

Comments
 (0)