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
F5109678: D14487.id47561.diff
Tue, Apr 1, 8:11 PM
Unknown Object (File)
Mon, Mar 31, 12:37 PM
Unknown Object (File)
Sat, Mar 29, 4:45 PM
Unknown Object (File)
Fri, Mar 28, 5:47 AM
Unknown Object (File)
Thu, Mar 27, 12:54 PM
Unknown Object (File)
Wed, Mar 26, 7:59 PM
Unknown Object (File)
Wed, Mar 26, 1:39 PM
Unknown Object (File)
Wed, Mar 26, 10:36 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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