Skip to content

Commit 77fe74a

Browse files
committed
ci: update CI simulator target from iPhone 15 to iPhone 16
1 parent cace447 commit 77fe74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Build Example Project
2323
run: |
2424
cd Example
25-
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
25+
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 16' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2626
2727
- name: Run Tests
2828
run: |
2929
cd Example
30-
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
30+
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 16' -enableCodeCoverage YES clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3131
3232
- name: Upload Coverage to codecov
3333
run: bash <(curl -s https://codecov.io/bash) -J '^ImageKitIO$' -X coveragepy

0 commit comments

Comments
 (0)