Skip to content

Commit

Permalink
Revert "build: try using newer version of xcode/macOS sdk (#22104)"
Browse files Browse the repository at this point in the history
This reverts commit 69598ae.
  • Loading branch information
zcbenz committed Mar 2, 2020
1 parent 3639a82 commit 9625f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -65,12 +65,12 @@ machine-linux-2xlarge: &machine-linux-2xlarge

machine-mac: &machine-mac
macos:
xcode: "11.1.0"
xcode: "10.3.0"

machine-mac-large: &machine-mac-large
resource_class: large
macos:
xcode: "11.1.0"
xcode: "10.3.0"

# Build configurations options.
env-debug-build: &env-debug-build
Expand Down

0 comments on commit 9625f07

Please sign in to comment.