Skip to content

Commit 618f732

Browse files
Merge pull request #73 from contentstack/staging
workflow fix
2 parents 12d3ef3 + b8ee0e4 commit 618f732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: |
2626
# Add commands to build and test your package
27-
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 15'
27+
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16'
2828
2929
- name: CocoaPods trunk push
3030
run: pod trunk push --allow-warnings

0 commit comments

Comments
 (0)