Skip to content

Commit 8433111

Browse files
authored
Update main.yml
1 parent 1d8fc9f commit 8433111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
timeout_minutes: 25
121121
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
123123

124124
desktop-build:
125125
runs-on: ubuntu-latest
@@ -179,4 +179,4 @@ jobs:
179179
with:
180180
timeout_minutes: 20
181181
max_attempts: 2
182-
command: ./gradlew :wasmApp:wasmBrowserDevelopmentExecutableDistribution
182+
command: ./gradlew :wasmApp:wasmBrowserDevelopmentExecutableDistribution

0 commit comments

Comments
 (0)