You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: try to use macos-15 for iOS 26 e2e tests (#1393)
## 📜 Description
Use `macos-15` instead of `macos-26`.
## 💡 Motivation and Context
Looks like `macos-26` + iOS 26 are not stable yet at the moment:
actions/runner-images#13830
So in this PR I'm switching to `macos-15` instead. Also reverting
#1382
as it looks like it doesn't improve situation at all.
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### CI
- removed changes introduced in
#1382
- switch to `macos-15` instead of `macos-26`;
## 🤔 How Has This Been Tested?
Tested via this PR (2x run).
## 📸 Screenshots (if appropriate):
<img width="664" height="176" alt="image"
src="https://github.com/user-attachments/assets/9d49733a-320e-41d4-8e21-105b58623c5b"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
0 commit comments