We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3684604 commit 3eecbb1Copy full SHA for 3eecbb1
.github/workflows/ruby.yml
@@ -43,5 +43,5 @@ jobs:
43
run: cmp --silent UI.podspec ../../../.github/test_podspecs/UI.podspec
44
- name: Build Project
45
working-directory: ./PodMergeExample
46
- run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.1"
+ run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.3"
47
0 commit comments