Skip to content

Commit c15bf6c

Browse files
authored
Update circleci build to xcode 15 (#89)
* Update circleci build to xcode 15 * Update workflow to build with Xcode 15 * Bump device * Fix iphone version
1 parent 8f878b4 commit c15bf6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
jobs:
22
build_and_test:
33
macos:
4-
xcode: 14.3.1
4+
xcode: 15.0.0
55
steps:
66
- checkout
77
- run:
88
name: Checkout submodules
99
command: git submodule update --init --recursive --depth 1
1010
- run:
1111
name: Build Loop
12-
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build | xcpretty
12+
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0' build | xcpretty
1313
- run:
1414
name: Run Tests
15-
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' test | xcpretty
15+
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0' test | xcpretty
1616
workflows:
1717
version: 2
1818
build_and_test:

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
)
168168
steps:
169169
- name: Select Xcode version
170-
run: "sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer"
170+
run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer"
171171

172172
- name: Checkout Repo for syncing
173173
if: |

0 commit comments

Comments
 (0)