Page MenuHomePhabricator

[ci] Update mac runner image in github workflows
AcceptedPublic

Authored by angelika on Fri, Mar 21, 5:09 AM.
Tags
None
Referenced Files
F5024959: D14487.id.diff
Mon, Mar 24, 2:27 AM
F4974361: D14487.diff
Sun, Mar 23, 1:36 PM
F4959603: D14487.diff
Sun, Mar 23, 8:10 AM
Unknown Object (File)
Sat, Mar 22, 11:42 PM
Subscribers

Details

Reviewers
tomek
bartek
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