Skip to content

Commit 35cef42

Browse files
ntocmassiot
authored andcommitted
ci: use ffmpeg 8 for macOS
1 parent 7e767ac commit 35cef42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-suite.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
rm -f /usr/local/bin/idle3*
142142
rm -f /usr/local/bin/pydoc3*
143143
rm -f /usr/local/bin/python3*
144-
brew install autoconf automake libtool pkg-config nasm ffmpeg@7 \
144+
brew install autoconf automake libtool pkg-config nasm ffmpeg \
145145
freetype libebur128 libev libgcrypt libtasn1 speex x264 x265 luajit
146146
BREW_PREFIX="$(brew --prefix)"
147147
set-env HOST_CC "clang"
@@ -154,7 +154,6 @@ jobs:
154154
set-env DISABLE_VALGRIND "1"
155155
set-env INSERT_LIBRARIES "$(clang -print-search-dirs | sed -n 's/^libraries: =//p')/lib/darwin/libclang_rt.asan_osx_dynamic.dylib"
156156
set-env UBSAN_OPTIONS "print_stacktrace=1"
157-
set-env PKG_CONFIG_PATH "$BREW_PREFIX/opt/ffmpeg@7/lib/pkgconfig"
158157
159158
- name: Install bitstream
160159
run: |

0 commit comments

Comments
 (0)