[build] Use `macos-12` image for `yt-dlp_macos` (#10063)

Ref: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/

Authored by: bashonly
pull/10070/head
bashonly 4 weeks ago committed by GitHub
parent 8b46ad4d8b
commit 03334d639d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -237,7 +237,7 @@ jobs:
macos:
needs: process
if: inputs.macos
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save