infra: Use macOS 10.15 and newer OSX SDK.

Bug: dawn:339
Change-Id: If25b3ace5ee6fe8d58054f9421a3417870dda750
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/16200
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2020-02-25 17:12:27 +00:00 committed by Commit Bot service account
parent 6c1d646ee9
commit 73c58010c7
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ builder_mixins {
}
builder_mixins {
name: "mac"
dimensions: "os:Mac-10.13"
dimensions: "os:Mac-10.15"
caches: { # cache for depot_tools.osx_sdk recipe module
name: "osx_sdk"
path: "osx_sdk"
@ -80,7 +80,7 @@ builder_mixins {
recipe {
properties_j: <<EOF
$depot_tools/osx_sdk:{
"sdk_version": "10b61"
"sdk_version": "11b52"
}
EOF
}