Skip to content

Commit 2c8512a

Browse files
authored
Reenable macOS 13 tests (flutter#5494)
A workaround was added for flutter#138238, so let's re-enable macOS 13 tests
1 parent 44a8ce1 commit 2c8512a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ platform_properties:
8585
[
8686
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
8787
]
88-
os: "Mac-12"
88+
os: Mac-12|Mac-13
8989
device_type: none
9090
cpu: arm64
9191
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
@@ -101,7 +101,7 @@ platform_properties:
101101
[
102102
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
103103
]
104-
os: "Mac-12"
104+
os: Mac-12|Mac-13
105105
device_type: none
106106
cpu: x86
107107
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.

0 commit comments

Comments
 (0)