circle.yml: upgrade to latest xcode version

This commit is contained in:
Taylor Blau 2018-03-19 10:16:55 -04:00
parent 75a256943b
commit d771590328

@ -3,7 +3,7 @@ version: 2
jobs: jobs:
bootstrap: bootstrap:
macos: macos:
xcode: "8.2" xcode: "9.2.0"
working_directory: /go/src/github.com/git-lfs/git-lfs working_directory: /go/src/github.com/git-lfs/git-lfs
steps: steps:
- checkout - checkout
@ -20,7 +20,7 @@ jobs:
build_with_system_git: build_with_system_git:
macos: macos:
xcode: "8.2" xcode: "9.2.0"
working_directory: /go/src/github.com/git-lfs/git-lfs working_directory: /go/src/github.com/git-lfs/git-lfs
environment: environment:
GIT_LFS_TEST_DIR: $HOME/git-lfs-tests GIT_LFS_TEST_DIR: $HOME/git-lfs-tests
@ -33,7 +33,7 @@ jobs:
build_with_earliest_supported_git: build_with_earliest_supported_git:
macos: macos:
xcode: "8.2" xcode: "9.2.0"
working_directory: /go/src/github.com/git-lfs/git-lfs working_directory: /go/src/github.com/git-lfs/git-lfs
environment: environment:
GIT_EARLIEST_SUPPORTED_VERSION: v2.0.0 GIT_EARLIEST_SUPPORTED_VERSION: v2.0.0
@ -52,7 +52,7 @@ jobs:
build_with_latest_git: build_with_latest_git:
macos: macos:
xcode: "8.2" xcode: "9.2.0"
working_directory: /go/src/github.com/git-lfs/git-lfs working_directory: /go/src/github.com/git-lfs/git-lfs
environment: environment:
GIT_LATEST_SOURCE_BRANCH: master GIT_LATEST_SOURCE_BRANCH: master