ReactiveCocoa icon indicating copy to clipboard operation
ReactiveCocoa copied to clipboard

Update GitHub Actions workflows

Open iby opened this issue 2 years ago • 1 comments
trafficstars

Update GitHub Actions workflows to use latest actions and update testing (Quick and Nimble) dependencies—this improves compatibility with the current Xcode 15 and CI environment:

  • Use compatible Quick and Nimble versions.
  • Tweak auto-releasing test code that uses windows – it stopped working with beforeEach/afterEach calls as something keeps retaining released references.
  • UIRefreshControl needs to be attached to a window to work correctly from iOS 17.

iby avatar Apr 18 '23 19:04 iby