Page MenuHomePhabricator

[ci] Update mac runner image in github workflows
ClosedPublic

Authored by angelika on Fri, Mar 21, 5:09 AM.
Tags
None
Referenced Files
F5059395: D14487.diff
Wed, Mar 26, 10:36 AM
F5057630: D14487.diff
Wed, Mar 26, 1:03 AM
F5057017: D14487.id47517.diff
Tue, Mar 25, 10:36 PM
F5056786: D14487.diff
Tue, Mar 25, 10:07 PM
F5056492: D14487.diff
Tue, Mar 25, 10:03 PM
Unknown Object (File)
Mon, Mar 24, 3:21 PM
Unknown Object (File)
Mon, Mar 24, 3:21 PM
Unknown Object (File)
Mon, Mar 24, 2:27 AM
Subscribers

Details

Summary

https://linear.app/comm/issue/ENG-10412/apple-sdk-upcoming-minimum-requirement

Apps uploaded to App Store Connect must be built with Xcode 16 or later using an SDK for iOS 18.
So we need to upgrade our CIs to use Xcode 16.
macos-15 runner uses Xcode 16 by default, so upgrading it should solve the problem.

Test Plan

Build the app on my local machine with Xcode 16 (I had it upgraded long ago).
Then land and verify that all github actions passed?
If we want to be sure that it works before landing we can try making a PR to gh and run actions on the PR?

Diff Detail

Repository
rCOMM Comm
Branch
graszka22/ENG-10412
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

If we want to be sure that it works before landing we can try making a PR to gh and run actions on the PR?

I usually do that for more complex changes, but here I don't think it's necessary

This revision is now accepted and ready to land.Fri, Mar 21, 8:31 AM