Unverified Commit 358e3913 authored by Victoria Ashworth's avatar Victoria Ashworth Committed by GitHub

Renable macOS 13 tests (#139083)

A workaround was added for https://github.com/flutter/flutter/issues/138238, so let's re-enable macOS 13 tests
parent 65e9c427
...@@ -79,7 +79,7 @@ platform_properties: ...@@ -79,7 +79,7 @@ platform_properties:
[ [
{"dependency": "apple_signing", "version": "version:to_2024"} {"dependency": "apple_signing", "version": "version:to_2024"}
] ]
os: Mac-12 os: Mac-12|Mac-13
device_type: none device_type: none
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
$flutter/osx_sdk : >- $flutter/osx_sdk : >-
...@@ -94,7 +94,7 @@ platform_properties: ...@@ -94,7 +94,7 @@ platform_properties:
[ [
{"dependency": "apple_signing", "version": "version:to_2024"} {"dependency": "apple_signing", "version": "version:to_2024"}
] ]
os: Mac-12 os: Mac-12|Mac-13
device_type: none device_type: none
cpu: arm64 cpu: arm64
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
...@@ -112,7 +112,7 @@ platform_properties: ...@@ -112,7 +112,7 @@ platform_properties:
] ]
device_type: none device_type: none
mac_model: "Macmini8,1" mac_model: "Macmini8,1"
os: Mac-12 os: Mac-12|Mac-13
tags: > tags: >
["devicelab", "hostonly", "mac"] ["devicelab", "hostonly", "mac"]
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
...@@ -128,7 +128,7 @@ platform_properties: ...@@ -128,7 +128,7 @@ platform_properties:
[ [
{"dependency": "apple_signing", "version": "version:to_2024"} {"dependency": "apple_signing", "version": "version:to_2024"}
] ]
os: Mac-12 os: Mac-12|Mac-13
device_type: none device_type: none
cpu: x86 cpu: x86
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
...@@ -145,7 +145,7 @@ platform_properties: ...@@ -145,7 +145,7 @@ platform_properties:
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
{"dependency": "apple_signing", "version": "version:to_2024"} {"dependency": "apple_signing", "version": "version:to_2024"}
] ]
os: Mac-12 os: Mac-12|Mac-13
device_type: none device_type: none
cpu: x86 cpu: x86
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
...@@ -4455,7 +4455,7 @@ targets: ...@@ -4455,7 +4455,7 @@ targets:
["devicelab", "ios", "mac"] ["devicelab", "ios", "mac"]
task_name: flutter_gallery__transition_perf_e2e_ios task_name: flutter_gallery__transition_perf_e2e_ios
drone_dimensions: > drone_dimensions: >
["device_os=iOS-16","os=Mac-12", "cpu=x86"] ["device_os=iOS-16","os=Mac-12|Mac-13", "cpu=x86"]
- name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary - name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary
recipe: devicelab/devicelab_drone 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