Unverified Commit 1ec9daa9 authored by Victoria Ashworth's avatar Victoria Ashworth Committed by GitHub

Run tests on iOS 16 or iOS 17 (#141178)

Fixes https://github.com/flutter/flutter/issues/141177
parent 188d4d1f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment