We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e241a6 commit df4a26dCopy full SHA for df4a26d
.github/workflows/tests_e2e_ios.yml
@@ -86,7 +86,7 @@ jobs:
86
# it will run unit tests on whatever OS combinations are desired
87
ios:
88
name: iOS (${{ matrix.buildmode }}, ${{ matrix.iteration }})
89
- runs-on: macos-26
+ runs-on: macos-15
90
needs: matrix_prep
91
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
92
timeout-minutes: 70
tests/.detoxrc.js
@@ -48,7 +48,7 @@ module.exports = {
48
simulator: {
49
type: 'ios.simulator',
50
device: {
51
- type: 'iPhone 17',
+ type: 'iPhone 16',
52
},
53
54
attached: {
0 commit comments