Skip to content

Commit

Permalink
ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 23, 2023
1 parent 39eb4b4 commit 68ac293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_iphone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
matrix:
os: [macos-latest]
version: [1.68.0, stable, beta, nightly]
ios: [14.0, 15.0, 16.2]
prefix: [test_iphone]
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -35,6 +36,7 @@ jobs:
uses: futureware-tech/simulator-action@v3
with:
model: "iPhone 8"
os_version: ${{matrix.ios}}
- name: Dinghy test
run: cargo dinghy --platform auto-ios-x86_64 test
working-directory: ./examples/iphone/
Expand All @@ -44,6 +46,7 @@ jobs:
matrix:
os: [macos-latest]
version: [1.68.0, stable, beta, nightly]
ios: [14.0, 15.0, 16.2]
prefix: [test_iphone]
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -74,6 +77,7 @@ jobs:
# https://github.com/futureware-tech/simulator-action/wiki/Devices-macos-latest
with:
model: "iPhone 8"
os_version: ${{matrix.ios}}
shutdown_after_job: false
- name: pre drive
run: |
Expand Down

0 comments on commit 68ac293

Please sign in to comment.