-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30d670d
commit 0bc8258
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,3 +173,17 @@ The default API level is 30. | |
app-file: app.apk | ||
android-api-level: 29 | ||
``` | ||
|
||
# Specifying iOS version | ||
|
||
You can specify what **major** iOS Version to use when running in Maestro Cloud using the `ios-version` parameter. | ||
|
||
The default iOS version is 15. | ||
|
||
```yaml | ||
- uses: mobile-dev-inc/[email protected] | ||
with: | ||
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} | ||
app-file: app.zip | ||
ios-version: 16 | ||
``` |