Skip to content

Commit

Permalink
Ps2/xcode15.4 (LoopKit#145)
Browse files Browse the repository at this point in the history
* Update to xcode15.4

* update ios version used in circleci builds

* update ios version used in circleci builds
  • Loading branch information
ps2 authored Jul 6, 2024
1 parent e178b10 commit b211df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
jobs:
build_and_test:
macos:
xcode: 15.0.0
xcode: 15.4.0
steps:
- checkout
- run:
name: Checkout submodules
command: git submodule update --init --recursive --depth 1
- run:
name: Build Loop
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' build | xcpretty
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' build | xcpretty
- run:
name: Run Tests
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' test | xcpretty
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' test | xcpretty
workflows:
version: 2
build_and_test:
Expand Down

0 comments on commit b211df1

Please sign in to comment.