We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5bf14 commit d004d84Copy full SHA for d004d84
docs/ci/github-actions.md
@@ -54,8 +54,8 @@ jobs:
54
55
- uses: futureware-tech/simulator-action@v1
56
with:
57
- model: 'iPhone 14 Pro'
58
- os_version: '>=17.0'
+ model: 'iPhone 15 Pro'
+ os_version: '18.1'
59
60
- name: Run Owl Build
61
run: yarn owl:build:ios
example/owl.config.json
@@ -3,7 +3,7 @@
3
"workspace": "ios/OwlDemo.xcworkspace",
4
"scheme": "OwlDemo",
5
"configuration": "Release",
6
- "device": "iPhone 14 Pro",
+ "device": "iPhone 15 Pro",
7
"quiet": true
8
},
9
"android": {
0 commit comments