File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
with :
120
120
timeout_minutes : 25
121
121
max_attempts : 2
122
- command : xcodebuild build -workspace iosApp/iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 ' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
122
+ command : xcodebuild build -workspace iosApp/iosApp.xcworkspace -configuration Debug -scheme iosApp -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone SE (3rd generation) ' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
123
123
124
124
desktop-build :
125
125
runs-on : ubuntu-latest
@@ -179,4 +179,4 @@ jobs:
179
179
with :
180
180
timeout_minutes : 20
181
181
max_attempts : 2
182
- command : ./gradlew :wasmApp:wasmBrowserDevelopmentExecutableDistribution
182
+ command : ./gradlew :wasmApp:wasmBrowserDevelopmentExecutableDistribution
You can’t perform that action at this time.
0 commit comments