Skip to content

Commit df4a26d

Browse files
committed
test(ios): revert to iPhone 16 + macos-15 + Xcode 16.4
there were severe performance problems with remote-config testing on iPhone 17 + macos-26 + Xcode 26, perhaps this will help
1 parent 6e241a6 commit df4a26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# it will run unit tests on whatever OS combinations are desired
8787
ios:
8888
name: iOS (${{ matrix.buildmode }}, ${{ matrix.iteration }})
89-
runs-on: macos-26
89+
runs-on: macos-15
9090
needs: matrix_prep
9191
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
9292
timeout-minutes: 70

tests/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
simulator: {
4949
type: 'ios.simulator',
5050
device: {
51-
type: 'iPhone 17',
51+
type: 'iPhone 16',
5252
},
5353
},
5454
attached: {

0 commit comments

Comments
 (0)