Skip to content

Commit 123cfbf

Browse files
committed
Drop support for MacOS 11
1 parent 579eb71 commit 123cfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ffmpeg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: "3.13"
4949
- name: Set deployment target
5050
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
51-
run: echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
51+
run: echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
5252
- name: Install packages for macOS
5353
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
5454
run: |

0 commit comments

Comments
 (0)