Updates macOS and iOS bots to target 10.15.

Bug: None
Change-Id: I6172b3b8ad57f526beb2f585ae8835c7efe030d7
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2085571
Reviewed-by: Mark Mentovai <mark@chromium.org>
Reviewed-by: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
Rohit Rao 2020-03-03 15:07:55 -05:00
parent f8facb3fd4
commit e8961956f3

View File

@ -83,7 +83,7 @@ builder_mixins {
builder_mixins {
name: "mac"
dimensions: "os:Mac-10.13"
dimensions: "os:Mac-10.15"
dimensions: "cores:" # Can be 4 or 8 cores.
recipe {
properties: "target_os:mac"
@ -96,7 +96,7 @@ builder_mixins {
builder_mixins {
name: "ios"
dimensions: "os:Mac-10.13"
dimensions: "os:Mac-10.15"
dimensions: "cores:" # Can be 4 or 8 cores.
recipe {
properties: "target_os:ios"