Skip to content

Commit

Permalink
Update CircleCI config to Xcode 13.3 and iOS 15.4 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Saleh-Jan <[email protected]>
  • Loading branch information
robinsalehjan and robinsalehjan authored May 20, 2022
1 parent 2287df3 commit 3e22788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 2
jobs:
build-and-test:
macos:
xcode: "13.2.0"
xcode: "13.3.0"
shell: /bin/bash --login -o pipefail
steps:
- checkout
- run: xcodebuild -project BottomSheet.xcodeproj -scheme "Demo" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.2,name=iPhone 13 Pro' build test | xcpretty
- run: xcodebuild -project BottomSheet.xcodeproj -scheme "Demo" -sdk iphonesimulator15.4 -destination 'platform=iOS Simulator,OS=15.4,name=iPhone 13 Pro' build test | xcpretty

swiftlint:
docker:
Expand Down

0 comments on commit 3e22788

Please sign in to comment.