Skip to content

Commit af522d0

Browse files
bobgodwinxfreak4pc
authored andcommitted
Downgraded to xcode version 10.0.0 because the version 10.1 is not available on circle CI
1 parent 775fd09 commit af522d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
XCODE_TEST_REPORTS: /tmp/xcode-test-results
1010
LANG: en_US.UTF-8
1111
macos:
12-
xcode: '10.1'
12+
xcode: '10.0.0'
1313
steps:
1414
- checkout
1515
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS $XCODE_TEST_REPORTS

0 commit comments

Comments
 (0)