diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 96832254..e3d8a724 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -42,7 +42,7 @@ jobs: if: ${{ github.event_name == 'schedule' || inputs.run_ios }} uses: ./.github/workflows/e2e-ios.yml with: - matrix-include: '[{"device":"min","os":"macos-14"},{"device":"max","os":"macos-26"}]' + matrix-include: '[{"device":"min","os":"macos-15"},{"device":"max","os":"macos-26"}]' timeout-minutes: 45 boot-timeout: 180 test-timeout: 600 @@ -53,7 +53,7 @@ jobs: if: ${{ github.event_name == 'schedule' || inputs.run_react_native }} uses: ./.github/workflows/e2e-react-native.yml with: - matrix-include: '[{"platform":"android","device":"min","os":"ubuntu-24.04"},{"platform":"android","device":"max","os":"ubuntu-24.04"},{"platform":"ios","device":"min","os":"macos-14"},{"platform":"ios","device":"max","os":"macos-26"},{"platform":"web","device":"none","os":"ubuntu-24.04"}]' + matrix-include: '[{"platform":"android","device":"min","os":"ubuntu-24.04"},{"platform":"android","device":"max","os":"ubuntu-24.04"},{"platform":"ios","device":"min","os":"macos-15"},{"platform":"ios","device":"max","os":"macos-26"},{"platform":"web","device":"none","os":"ubuntu-24.04"}]' timeout-minutes: 60 artifact-prefix: react-native diff --git a/examples/ios/devbox.d/ios/devices/devices.lock b/examples/ios/devbox.d/ios/devices/devices.lock index ed4e6c1f..c6e6834c 100644 --- a/examples/ios/devbox.d/ios/devices/devices.lock +++ b/examples/ios/devbox.d/ios/devices/devices.lock @@ -5,9 +5,9 @@ "runtime": "26.2" }, { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } ], - "checksum": "4d5276f203d7ad62860bfc067f76194df53be449d4aa8a3b2d069855ec1f3232" + "checksum": "6945c0accab2f840186ef5ad96b7a2df5748f900db0647aff15d1e40301cd9aa" } diff --git a/examples/ios/devbox.d/ios/devices/min.json b/examples/ios/devbox.d/ios/devices/min.json index fba99bb5..fedd591f 100644 --- a/examples/ios/devbox.d/ios/devices/min.json +++ b/examples/ios/devbox.d/ios/devices/min.json @@ -1,4 +1,4 @@ { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } diff --git a/examples/react-native/devbox.d/ios/devices/devices.lock b/examples/react-native/devbox.d/ios/devices/devices.lock index ed4e6c1f..c6e6834c 100644 --- a/examples/react-native/devbox.d/ios/devices/devices.lock +++ b/examples/react-native/devbox.d/ios/devices/devices.lock @@ -5,9 +5,9 @@ "runtime": "26.2" }, { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } ], - "checksum": "4d5276f203d7ad62860bfc067f76194df53be449d4aa8a3b2d069855ec1f3232" + "checksum": "6945c0accab2f840186ef5ad96b7a2df5748f900db0647aff15d1e40301cd9aa" } diff --git a/examples/react-native/devbox.d/ios/devices/min.json b/examples/react-native/devbox.d/ios/devices/min.json index fba99bb5..fedd591f 100644 --- a/examples/react-native/devbox.d/ios/devices/min.json +++ b/examples/react-native/devbox.d/ios/devices/min.json @@ -1,4 +1,4 @@ { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } diff --git a/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/devices.lock b/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/devices.lock index ed4e6c1f..c6e6834c 100644 --- a/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/devices.lock +++ b/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/devices.lock @@ -5,9 +5,9 @@ "runtime": "26.2" }, { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } ], - "checksum": "4d5276f203d7ad62860bfc067f76194df53be449d4aa8a3b2d069855ec1f3232" + "checksum": "6945c0accab2f840186ef5ad96b7a2df5748f900db0647aff15d1e40301cd9aa" } diff --git a/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/min.json b/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/min.json index fba99bb5..fedd591f 100644 --- a/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/min.json +++ b/examples/react-native/devbox.d/segment-integrations.mobile-devtools.ios/devices/min.json @@ -1,4 +1,4 @@ { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } diff --git a/examples/repro/swift/devbox.d/ios/devices/devices.lock b/examples/repro/swift/devbox.d/ios/devices/devices.lock index ed4e6c1f..c6e6834c 100644 --- a/examples/repro/swift/devbox.d/ios/devices/devices.lock +++ b/examples/repro/swift/devbox.d/ios/devices/devices.lock @@ -5,9 +5,9 @@ "runtime": "26.2" }, { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } ], - "checksum": "4d5276f203d7ad62860bfc067f76194df53be449d4aa8a3b2d069855ec1f3232" + "checksum": "6945c0accab2f840186ef5ad96b7a2df5748f900db0647aff15d1e40301cd9aa" } diff --git a/examples/repro/swift/devbox.d/ios/devices/min.json b/examples/repro/swift/devbox.d/ios/devices/min.json index fba99bb5..fedd591f 100644 --- a/examples/repro/swift/devbox.d/ios/devices/min.json +++ b/examples/repro/swift/devbox.d/ios/devices/min.json @@ -1,4 +1,4 @@ { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" } diff --git a/plugins/ios/config/devices/min.json b/plugins/ios/config/devices/min.json index fba99bb5..fedd591f 100644 --- a/plugins/ios/config/devices/min.json +++ b/plugins/ios/config/devices/min.json @@ -1,4 +1,4 @@ { - "name": "iPhone 13", - "runtime": "15.4" + "name": "iPhone 16", + "runtime": "18.5" }