Skip to content

Commit

Permalink
fix: change the iosimulator version to 17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Jul 30, 2024
1 parent 95ba79e commit de892c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm run build:cap

- name: 🔨 Build app for iOS simulator
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.5 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

- name: 📱 List iOS simulator
run: xcrun simctl list
Expand Down

0 comments on commit de892c7

Please sign in to comment.