Skip to content

Commit 358e391

Browse files
authored
Renable macOS 13 tests (#139083)
A workaround was added for flutter/flutter#138238, so let's re-enable macOS 13 tests
1 parent 65e9c42 commit 358e391

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ platform_properties:
7979
[
8080
{"dependency": "apple_signing", "version": "version:to_2024"}
8181
]
82-
os: Mac-12
82+
os: Mac-12|Mac-13
8383
device_type: none
8484
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
8585
$flutter/osx_sdk : >-
@@ -94,7 +94,7 @@ platform_properties:
9494
[
9595
{"dependency": "apple_signing", "version": "version:to_2024"}
9696
]
97-
os: Mac-12
97+
os: Mac-12|Mac-13
9898
device_type: none
9999
cpu: arm64
100100
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
@@ -112,7 +112,7 @@ platform_properties:
112112
]
113113
device_type: none
114114
mac_model: "Macmini8,1"
115-
os: Mac-12
115+
os: Mac-12|Mac-13
116116
tags: >
117117
["devicelab", "hostonly", "mac"]
118118
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
@@ -128,7 +128,7 @@ platform_properties:
128128
[
129129
{"dependency": "apple_signing", "version": "version:to_2024"}
130130
]
131-
os: Mac-12
131+
os: Mac-12|Mac-13
132132
device_type: none
133133
cpu: x86
134134
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
@@ -145,7 +145,7 @@ platform_properties:
145145
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
146146
{"dependency": "apple_signing", "version": "version:to_2024"}
147147
]
148-
os: Mac-12
148+
os: Mac-12|Mac-13
149149
device_type: none
150150
cpu: x86
151151
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
@@ -4455,7 +4455,7 @@ targets:
44554455
["devicelab", "ios", "mac"]
44564456
task_name: flutter_gallery__transition_perf_e2e_ios
44574457
drone_dimensions: >
4458-
["device_os=iOS-16","os=Mac-12", "cpu=x86"]
4458+
["device_os=iOS-16","os=Mac-12|Mac-13", "cpu=x86"]
44594459
44604460
- name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary
44614461
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)