OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Other
496
stars
263
forks
source link
[ci] fix `swiftlint` not found by updating the action runner image #1419
Description
One Line Summary
Fix
swiftlint
not found error in our CI by usingmacos-latest-large
.Details
macos-latest
recently migrated from macOS-12 to macOS-14-arm64, the latter of which does not ship with swiftlintmacos-latest-large
is macOS-14 and does ship with swiftlintmacos-12
Motivation
Fix CI was broken
Scope
Testing
Manual testing
CI succeeds after
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is