OSDN Git Service

[libc++] Run back-deployment CI on macOS 10.15 instead of 10.14
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 9 Dec 2020 14:58:25 +0000 (09:58 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 9 Dec 2020 16:35:15 +0000 (11:35 -0500)
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

libcxx/utils/ci/buildkite-pipeline.yml

index 10ac44d..d10c464 100644 (file)
@@ -276,8 +276,8 @@ steps:
         - exit_status: -1  # Agent was lost
           limit: 2
 
-  - label: "Apple back-deployment macosx10.14"
-    command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.14"
+  - label: "Apple back-deployment macosx10.15"
+    command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.15"
     artifact_paths:
       - "**/test-results.xml"
     agents: