.circleci/config.yml in jazzy-0.9.1 vs .circleci/config.yml in jazzy-0.9.2
- old
+ new
@@ -21,11 +21,11 @@
version: 2
jobs:
swift:
macos:
- xcode: "9.2.0"
+ xcode: "9.3.0"
environment: *bundler-environment
# Used to invoke chruby
shell: *shell
steps:
- checkout
@@ -36,11 +36,11 @@
- run: bundle exec rake swift_spec
- save_cache: *save-mac-bundler-cache
objc:
macos:
- xcode: "9.2.0"
+ xcode: "9.3.0"
environment: *bundler-environment
# Used to invoke chruby
shell: *shell
steps:
- checkout
@@ -51,10 +51,10 @@
- run: bundle exec rake objc_spec
- save_cache: *save-mac-bundler-cache
cocoapods:
macos:
- xcode: "9.2.0"
+ xcode: "9.3.0"
environment: *bundler-environment
# Used to invoke chruby
shell: *shell
steps:
- checkout