Skip to content

Commit

Permalink
Fix Xcode version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kdawgwilk committed Apr 4, 2018
1 parent 3522d50 commit ab1b36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
macos:
macos:
xcode: "9.3"
xcode: "9.3.0"
steps:
- checkout
- run: swift build
Expand Down

0 comments on commit ab1b36b

Please sign in to comment.