Commit 2ed7bfa
committed
fix(ci): use generic iOS Simulator destination for CI build
The CI build was failing because the xcodebuild destination specified
OS=18.6 which may not have simulators pre-created on all macos-15
runner instances. Use generic/platform=iOS Simulator for the build
step, and drop the pinned os version from the detox device config
so it picks whatever is available.1 parent 4ca05a0 commit 2ed7bfa
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments