Bump DeviceRunners from preview.1 to preview.5#4338
Conversation
|
Odd that this didn't work. On my local machine, bumping the device runner version resolved the issue. I'm using An alternative possible workaround would be to download the iOS 18.0 simulators and force the device tests to use these... eventually we'll have to solve this problem of course, but for the time being that could get our CI back up and running (and would have the added benefit of making CI more deterministic... so we choose when to bump simulator versions rather than having the environment bump this arbitrarily when MS or Apple release stuff). |
|
Superseded by #4339. I believe this draft PR could be closed, but we still require a follow-up to fix a test that is failing on the device: Or - we could still go forward with this PR as well, since the update of dependencies and removal of the out-of-support TFM does sound good regardless. Actually ... I'll merge |
Also dropped the net8.0 targets for device tests, since preview.5 does not support net8.0 (and this is EOL now).
Was originally meant to fix #4337:
That was resolved separately by pinning the version of xharness:
@Flash0ver we could still go ahead and bump the DeviceRunners version as there are a number of other fixes/improvements here. We'll need to do this eventually when we want to support .NET 10 anyway.
#skip-changelog