Skip to content

Commit

Permalink
Use xcode 10.1.0 in circle-ci osx builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello authored Dec 24, 2018
1 parent 5649fd4 commit 2eb6dc8
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 @@ -51,10 +51,10 @@ jobs:

test-osx-3.7: &osx-tests-template
macos:
xcode: "9.4.1"
xcode: "10.1.0"
environment:
PYTHON: 3.7.0
# HOMEBREW_NO_AUTO_UPDATE: 1 # for 3.7 we need to update homebrew
HOMEBREW_NO_AUTO_UPDATE: 1

working_directory: ~/repo

Expand Down

0 comments on commit 2eb6dc8

Please sign in to comment.