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 776fe9a commit 7dbdbdbCopy full SHA for 7dbdbdb
.github/workflows/continuous-integration.yml
@@ -72,8 +72,8 @@ jobs:
72
/usr/bin/xcrun simctl erase all
73
killall -9 com.apple.CoreSimulator.CoreSimulatorService
74
xcrun simctl list devices
75
- ./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
76
- ./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
+ ./gradlew -PiosSimulatorDevice="iPhone 16" -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
+ ./gradlew -PiosSimulatorDevice="iPhone 16" -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
77
78
- name: Save Test Reports
79
if: failure()
0 commit comments