We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2c000 commit be2c38cCopy full SHA for be2c38c
.github/workflows/zashi-tests.yml
@@ -18,4 +18,4 @@ jobs:
18
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
19
- name: Run tests
20
timeout-minutes: 5
21
- run: xcodebuild test -scheme secant-testnet -project secant.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 12,OS=15.0' | xcpretty && exit ${PIPESTATUS[0]}
+ run: xcodebuild test -scheme secant-testnet -project secant.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=15.0' | xcpretty && exit ${PIPESTATUS[0]}
0 commit comments