Skip to content

Commit

Permalink
Merge pull request #7552 from ethereum/circle-macos-fix
Browse files Browse the repository at this point in the history
Bumps XCode version for CircleCI builds
  • Loading branch information
erak authored Oct 18, 2019
2 parents 5ea1d90 + a153b1f commit d5b2f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ jobs:

b_osx:
macos:
xcode: "10.0.0"
xcode: "11.0.0"
environment:
TERM: xterm
CMAKE_BUILD_TYPE: Debug
Expand All @@ -445,7 +445,7 @@ jobs:

t_osx_cli:
macos:
xcode: "10.0.0"
xcode: "11.0.0"
environment:
TERM: xterm
steps:
Expand Down

0 comments on commit d5b2f34

Please sign in to comment.