• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Instagram / IGListKit / 18897441241

29 Oct 2025 04:45AM UTC coverage: 96.024% (-0.04%) from 96.068%
18897441241

push

github

meta-codesync[bot]
Remove iOS 26.0 reference from the GitHub Actions manifest (#1643)

Summary:
I noticed that in the latest commit to main, [the build had started failing](https://github.com/Instagram/IGListKit/actions/runs/18856759807/job/53806413365).

Looking into it, it seems GitHub has removed `iOS 26.0` as a valid destination, replacing it with both `iOS 26.0.1` and `iOS 26.1` on their `macos-26` runner target.

I tried removing the explicit iOS version define in the CI YAML file, but unfortunately, this ended up breaking the UI test target. It turns out that one requires the 'preboot' step in order to work, and without an OS number, the preboot, and xcodebuild steps both arbitrarily choose different simulator slices to execute. :(

On top of that, when I fixed this issue and tried to do a fresh build, `IGSectionMap` was throwing a build error in one of the IGAsserts, requiring that the provided `NSUInteger` needed to be typecast to `(unsigned int)`.

So, in order to fix this moving forward, I went back to macos-14, since we're pretty safe in that iOS 18's build numbers probably won't be updated in that one for a fair while.

Pull Request resolved: https://github.com/instagram/IGListKit/pull/1643

Test Plan: I confirmed the external tests pass, so as long as the internal ones pass too, we should be good!

Reviewed By: m3rlin45

Differential Revision: D85658369

Pulled By: TimOliver

fbshipit-source-id: 78cc0f9d9

1 of 1 new or added line in 1 file covered. (100.0%)

6 existing lines in 1 file now uncovered.

4323 of 4502 relevant lines covered (96.02%)

696.1 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

95.95
/Source/IGListKit/Internal/IGListSectionMap.m


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc