microsoft / code-push

A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
https://microsoft.github.io/code-push/
Other
4.34k stars 484 forks source link

Fix CI by setting macos 13 on github actions #845

Closed DmitriyKirakosyan closed 1 week ago

DmitriyKirakosyan commented 1 week ago

Mac images was updated on agents to use arm type. Our build is now failing on installing node 14. Set macos-13 to fix the issue.