mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
ci: set macOS SDK target
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
# Currently, macOS 12 is x86 exclusive and macOS 14 is arm exclusive and we have no other way to specify arch
|
||||
# Currently, macOS 13 is x86 exclusive and macOS 14 is arm exclusive and we have no other way to specify arch
|
||||
os:
|
||||
- name: macos-12
|
||||
- name: macos-13
|
||||
arch: x86_64
|
||||
- name: macos-14
|
||||
arch: arm64
|
||||
|
||||
@@ -20,3 +20,4 @@ export PKG_CONFIG_LIBDIR="/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/m
|
||||
export CMAKE_PREFIX_PATH=""$FFBUILD_PREFIX""
|
||||
export PKG_CONFIG_PATH=""$FFBUILD_PREFIX"/lib/pkgconfig"
|
||||
export RANLIB="/usr/bin/ranlib"
|
||||
export MACOSX_DEPLOYMENT_TARGET="12.0"
|
||||
|
||||
Reference in New Issue
Block a user