fix: infra out of resources (#178387)
Mac bots in device lab were upgraded to 15.7; which no longer matches
ci.yaml
question for future: is there a better option for this other than
pinning?
fixes: #178384
diff --git a/.ci.yaml b/.ci.yaml
index 2e90e6c..5acae4b 100644
--- a/.ci.yaml
+++ b/.ci.yaml
@@ -256,7 +256,7 @@
{"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"