|
@@ -24,7 +24,7 @@ jobs:
|
|
|
runs-on: [macos-latest]
|
|
runs-on: [macos-latest]
|
|
|
env:
|
|
env:
|
|
|
MIN_MACOS_VERSION: '10.13'
|
|
MIN_MACOS_VERSION: '10.13'
|
|
|
- MACOS_DEPS_VERSION: '2020-12-19'
|
|
|
|
|
|
|
+ MACOS_DEPS_VERSION: '2020-12-22'
|
|
|
VLC_VERSION: '3.0.8'
|
|
VLC_VERSION: '3.0.8'
|
|
|
SPARKLE_VERSION: '1.23.0'
|
|
SPARKLE_VERSION: '1.23.0'
|
|
|
QT_VERSION: '5.15.2'
|
|
QT_VERSION: '5.15.2'
|
|
@@ -54,13 +54,17 @@ jobs:
|
|
|
shell: bash
|
|
shell: bash
|
|
|
run: |
|
|
run: |
|
|
|
if [ -d /usr/local/opt/[email protected] ]; then
|
|
if [ -d /usr/local/opt/[email protected] ]; then
|
|
|
- brew uninstall [email protected]
|
|
|
|
|
- brew untap local/openssl
|
|
|
|
|
|
|
+ brew uninstall [email protected]
|
|
|
|
|
+ brew untap local/openssl
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
if [ -d /usr/local/opt/[email protected] ]; then
|
|
if [ -d /usr/local/opt/[email protected] ]; then
|
|
|
- brew uninstall [email protected]
|
|
|
|
|
- brew untap local/python2
|
|
|
|
|
|
|
+ brew uninstall [email protected]
|
|
|
|
|
+ brew untap local/python2
|
|
|
|
|
+ fi
|
|
|
|
|
+
|
|
|
|
|
+ if [ -d /usr/local/opt/speexdsp ]; then
|
|
|
|
|
+ brew unlink speexdsp
|
|
|
fi
|
|
fi
|
|
|
brew bundle --file ./CI/scripts/macos/Brewfile
|
|
brew bundle --file ./CI/scripts/macos/Brewfile
|
|
|
- name: 'Restore Chromium Embedded Framework from cache'
|
|
- name: 'Restore Chromium Embedded Framework from cache'
|
|
@@ -199,7 +203,6 @@ jobs:
|
|
|
./OBS.app/Contents/PlugIns/decklink-captions.so
|
|
./OBS.app/Contents/PlugIns/decklink-captions.so
|
|
|
./OBS.app/Contents/PlugIns/frontend-tools.so
|
|
./OBS.app/Contents/PlugIns/frontend-tools.so
|
|
|
./OBS.app/Contents/PlugIns/image-source.so
|
|
./OBS.app/Contents/PlugIns/image-source.so
|
|
|
- ./OBS.app/Contents/PlugIns/linux-jack.so
|
|
|
|
|
./OBS.app/Contents/PlugIns/mac-avcapture.so
|
|
./OBS.app/Contents/PlugIns/mac-avcapture.so
|
|
|
./OBS.app/Contents/PlugIns/mac-capture.so
|
|
./OBS.app/Contents/PlugIns/mac-capture.so
|
|
|
./OBS.app/Contents/PlugIns/mac-decklink.so
|
|
./OBS.app/Contents/PlugIns/mac-decklink.so
|
|
@@ -216,7 +219,6 @@ jobs:
|
|
|
./OBS.app/Contents/MacOS/obslua.so
|
|
./OBS.app/Contents/MacOS/obslua.so
|
|
|
./OBS.app/Contents/PlugIns/obs-x264.so
|
|
./OBS.app/Contents/PlugIns/obs-x264.so
|
|
|
./OBS.app/Contents/PlugIns/text-freetype2.so
|
|
./OBS.app/Contents/PlugIns/text-freetype2.so
|
|
|
- ./OBS.app/Contents/PlugIns/obs-libfdk.so
|
|
|
|
|
./OBS.app/Contents/PlugIns/obs-outputs.so
|
|
./OBS.app/Contents/PlugIns/obs-outputs.so
|
|
|
)
|
|
)
|
|
|
|
|
|