Skip to content

Commit be2c38c

Browse files
authored
Update zashi-tests.yml
1 parent ed2c000 commit be2c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zashi-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
1919
- name: Run tests
2020
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]}
21+
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

Comments
 (0)