From 1ec9daa9c25e02cf418f2f4bf13fef5ac6f1fbd0 Mon Sep 17 00:00:00 2001 From: Victoria Ashworth <15619084+vashworth@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:49:21 -0600 Subject: [PATCH] Run tests on iOS 16 or iOS 17 (#141178) Fixes https://github.com/flutter/flutter/issues/141177 --- .ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 69d3e0b1a2..b3a6bc675a 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -180,7 +180,7 @@ platform_properties: ] os: Mac-12|Mac-13 cpu: x86 - device_os: iOS-16 + device_os: iOS-16|iOS-17 $flutter/osx_sdk : >- { "sdk_version": "14e300c" @@ -194,7 +194,7 @@ platform_properties: ] os: Mac-12|Mac-13 cpu: arm64 - device_os: iOS-16 + device_os: iOS-16|iOS-17 $flutter/osx_sdk : >- { "sdk_version": "14e300c" @@ -4737,7 +4737,7 @@ targets: ["devicelab", "ios", "mac"] task_name: flutter_gallery__transition_perf_e2e_ios drone_dimensions: > - ["device_os=iOS-16","os=Mac-12|Mac-13", "cpu=x86"] + ["device_os=iOS-16|iOS-17","os=Mac-12|Mac-13", "cpu=x86"] - name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary recipe: devicelab/devicelab_drone