build: try using newer version of xcode/macOS sdk (#22104)
This commit is contained in:
parent
f989faab5c
commit
058222a9f1
1 changed files with 2 additions and 2 deletions
|
@ -65,12 +65,12 @@ machine-linux-2xlarge: &machine-linux-2xlarge
|
|||
|
||||
machine-mac: &machine-mac
|
||||
macos:
|
||||
xcode: "10.3.0"
|
||||
xcode: "11.1.0"
|
||||
|
||||
machine-mac-large: &machine-mac-large
|
||||
resource_class: large
|
||||
macos:
|
||||
xcode: "10.3.0"
|
||||
xcode: "11.1.0"
|
||||
|
||||
# Build configurations options.
|
||||
env-testing-build: &env-testing-build
|
||||
|
|
Loading…
Reference in a new issue