versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.18k stars 1.12k forks source link

CI: Add macos-14 #1328

Closed ibc closed 7 months ago

ibc commented 7 months ago

As per GH announcement: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

Also remove the NPM 'release:upload-mac-arm-prebuilt-worker' since it's no longer needed.

ibc commented 7 months ago

I'd also remove macos-12, but up to you

Let's keep it for a while. Let's at least test latest 2 versions.

ibc commented 7 months ago

TODO: If this works we should remove the uploadMacArmPrebuiltWorker() stuff in npm-scripts since it's no longer needed. But I'll do it later once we verify that.

UPDATE: No, I'll do it now.