Skip to content

Commit 06ef7ab

Browse files
committed
test(deps): use macOS 26 runner, which comes with iPhone26/iOS26 Simulator
1 parent 123e773 commit 06ef7ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-15
89+
runs-on: macos-26
9090
needs: matrix_prep
9191
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
9292
timeout-minutes: 60

.github/workflows/tests_e2e_other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# it will run unit tests on whatever OS combinations are desired
8383
other:
8484
name: Other (${{ matrix.iteration }})
85-
runs-on: macos-15
85+
runs-on: macos-26
8686
needs: matrix_prep
8787
timeout-minutes: 100
8888
env:

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 16',
51+
type: 'iPhone 17',
5252
},
5353
},
5454
attached: {

0 commit comments

Comments
 (0)