From ff219d675fc81e9ad730d4ccc2f2f3d83e8be92a Mon Sep 17 00:00:00 2001 From: flutteractionsbot <154381524+flutteractionsbot@users.noreply.github.com> Date: Wed, 12 Nov 2025 11:42:36 -0800 Subject: [PATCH] [CP-beta]fix: infra out of resources (#178392) Flutter devicelab infrastructure was updated to 15.7 for x86 macs; required to test anything on dashboard: https://github.com/flutter/flutter/issues/178384 --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index c68ff858a29..67a42a643d5 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -256,7 +256,7 @@ platform_properties: {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"}, {"dependency": "open_jdk", "version": "version:21"} ] - os: Mac-15.1|Mac-15.5|Mac-15.6 + os: Mac-15.1|Mac-15.5|Mac-15.6|Mac-15.7 cpu: x86 device_type: "mokey"