Skip to content

Commit db3d82a

Browse files
authored
[CP-stable] Upgrade iOS version (flutter#188457)
This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request) Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request. ### Issue Link: What is the link to the issue this cherry-pick is addressing? flutter#186090 ### Impact Description: Updating CI to use either iOS 18 or 26 for easy transition when we update our devicelab bots < Replace with impact description here > ### Changelog Description: Explain this cherry pick: * In one line that is accessible to most Flutter developers. * That describes the state prior to the fix. * That includes which platforms are impacted. See [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples. < Replace with changelog description here > [flutter/<ISSUE_NUMBER>] When <SCENARIO> [on <PLAFORMS(S)>], <DESCRIPTION> ### Workaround: Is there a workaround for this issue? n/a ### Risk: What is the risk level of this cherry-pick? ### Test Coverage: Are you confident that your fix is well-tested by automated tests? ### Validation Steps: What are the steps to validate that this fix works? < Replace with validation steps here >
1 parent dcbc1a8 commit db3d82a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ platform_properties:
283283
{"dependency": "apple_signing", "version": "version:to_2027"}
284284
]
285285
os: Mac-15.7
286-
device_os: iOS-18
286+
device_os: iOS-18|iOS-26
287287
$flutter/osx_sdk : >-
288288
{
289289
"sdk_version": "17c52"
@@ -302,7 +302,7 @@ platform_properties:
302302
]
303303
os: Mac-15.7
304304
cpu: x86
305-
device_os: iOS-18
305+
device_os: iOS-18|iOS-26
306306
$flutter/osx_sdk : >-
307307
{
308308
"sdk_version": "17c52"
@@ -321,7 +321,7 @@ platform_properties:
321321
]
322322
os: Mac-15.7
323323
cpu: arm64
324-
device_os: iOS-18
324+
device_os: iOS-18|iOS-26
325325
$flutter/osx_sdk : >-
326326
{
327327
"sdk_version": "17c52"
@@ -5525,7 +5525,7 @@ targets:
55255525
["devicelab", "ios", "mac"]
55265526
task_name: flutter_gallery__transition_perf_e2e_ios
55275527
drone_dimensions: >
5528-
["device_os=iOS-18","os=Mac-15.7", "cpu=x86"]
5528+
["device_os=iOS-18|iOS-26","os=Mac-15.7", "cpu=x86"]
55295529
55305530
- name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary
55315531
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)