File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4646 - name : Set Minimum MacOS Target
4747 if : runner.os == 'macOS'
4848 run : |
49- echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
49+ if [ "${{ matrix.arch }}" = "x86_64" ]; then
50+ echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
51+ else
52+ echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
53+ fi
5054 - name : Build wheels
5155 env :
5256 CIBW_ARCHS : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 11{
2- "url" : " https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0-1 /ffmpeg-{platform}.tar.gz"
2+ "url" : " https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0-2 /ffmpeg-{platform}.tar.gz"
33}
Original file line number Diff line number Diff line change 11{
2- "url" : " https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0-1 /ffmpeg-{platform}.tar.gz"
2+ "url" : " https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0-2 /ffmpeg-{platform}.tar.gz"
33}
You can’t perform that action at this time.
0 commit comments