[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
This commit is contained in:
bashonly 2024-05-30 13:53:37 -05:00 committed by GitHub
parent 8b46ad4d8b
commit 03334d639d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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