We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579eb71 commit 123cfbfCopy full SHA for 123cfbf
.github/workflows/build-ffmpeg.yml
@@ -48,7 +48,7 @@ jobs:
48
python-version: "3.13"
49
- name: Set deployment target
50
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
51
- run: echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
+ run: echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
52
- name: Install packages for macOS
53
54
run: |
0 commit comments