Skip to content

Commit

Permalink
Reenable macOS 13 tests (flutter#5494)
Browse files Browse the repository at this point in the history
A workaround was added for flutter/flutter#138238, so let's re-enable macOS 13 tests
  • Loading branch information
vashworth authored and HugoOlthof committed Dec 13, 2023
1 parent 2d0b82b commit 60c4995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ platform_properties:
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: "Mac-12"
os: Mac-12|Mac-13
device_type: none
cpu: arm64
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
Expand All @@ -101,7 +101,7 @@ platform_properties:
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: "Mac-12"
os: Mac-12|Mac-13
device_type: none
cpu: x86
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
Expand Down

0 comments on commit 60c4995

Please sign in to comment.