Skip to content

Commit 01bb65d

Browse files
committed
ci: update iOS simulator to iPhone 17 in CI workflow
1 parent 5f6f88d commit 01bb65d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 16' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
25+
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 17' 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 16' -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 17' -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

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ SPEC CHECKSUMS:
3030

3131
PODFILE CHECKSUM: 8224e8c767b2e111bf4f338e9aaa55d7cd447b9e
3232

33-
COCOAPODS: 1.16.2
33+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)