[libcxx-commits] [PATCH] D92937: [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 9 08:35:36 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG717b0da7a6ef: [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14 (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92937/new/

https://reviews.llvm.org/D92937

Files:
  libcxx/utils/ci/buildkite-pipeline.yml


Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -276,8 +276,8 @@
         - 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:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92937.310548.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201209/22086b7a/attachment.bin>


More information about the libcxx-commits mailing list