Skip to content

Commit

Permalink
Update test-iOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelCarlos committed Mar 15, 2024
1 parent 1667862 commit acc5657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
name: Test iOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
include:
- destination: "OS=17.2,name=iPhone 15 Pro"
name: "iOS 17.2"
xcode: "Xcode_15.2"
steps:
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
Expand Down

0 comments on commit acc5657

Please sign in to comment.