Open sstone opened 5 months ago
It seems that a recent github macos runner update broke some builds that use an iOS simulator (see https://github.com/actions/runner-images/issues/9591). In our case we cannot sue the simulator in stand-alone mode, which we need for tests that need a network connection (mempool.space tests), the fix for now is to disable these tests (see https://github.com/ACINQ/lightning-kmp/commit/4d8d688fecb5a2df663f7d68574e286cb799c825).
Is this still the case? If so, any plans on fixing it?
Yes it was still true at the beginning of September, though github is always updating their runner images. There is no fix so far.
It seems that a recent github macos runner update broke some builds that use an iOS simulator (see https://github.com/actions/runner-images/issues/9591). In our case we cannot sue the simulator in stand-alone mode, which we need for tests that need a network connection (mempool.space tests), the fix for now is to disable these tests (see https://github.com/ACINQ/lightning-kmp/commit/4d8d688fecb5a2df663f7d68574e286cb799c825).