CircleCI: specify xcode version
This commit is contained in:
parent
7f418b30ac
commit
196f17277c
@ -2,6 +2,8 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
macos:
|
||||
xcode: "10.2.0"
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user