mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
ci: fix automated app CI workflow (#10218)
This commit is contained in:
4
.github/workflows/apps_automated.yml
vendored
4
.github/workflows/apps_automated.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
java-version: '11'
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
- name: Install NativeScript
|
||||
run: |
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Start iOS Simulator
|
||||
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
|
||||
uses: futureware-tech/simulator-action@v1
|
||||
uses: futureware-tech/simulator-action@v2
|
||||
with:
|
||||
model: 'iPhone 13 Pro Max'
|
||||
os_version: '>=15.0'
|
||||
|
||||
Reference in New Issue
Block a user