From: MarioG-X <20360699+MarioG-X@users.noreply.github.com> Date: Tue, 26 May 2026 16:29:55 +0000 (-0700) Subject: [GHA] Update ffmpeg and libpq in macos.yml X-Git-Tag: v1.11.1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3dc9950fd68c10389df40c87bbd1c7ea9d562ce;p=thirdparty%2Ffreeswitch.git [GHA] Update ffmpeg and libpq in macos.yml ffmpeg@5 changed to ffmpeg@7 Note: tested ffmpeg@8 but it causes missing ft2build.h in truetype include library. libpq@16 changed to libpq@18 Co-authored-by: Andrey Volk --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 24546bfbb3..e51ff574a8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,11 +35,11 @@ jobs: autoconf \ automake \ curl \ - ffmpeg@5 \ + ffmpeg@7 \ gnu-sed \ jpeg \ ldns \ - libpq@16 \ + libpq@18 \ libsndfile \ libtool \ lua \ @@ -60,8 +60,8 @@ jobs: signalwire/homebrew-signalwire/spandsp \ && \ brew link --force --overwrite \ - ffmpeg@5 \ - libpq@16 + ffmpeg@7 \ + libpq@18 - name: Bootstrap FreeSWITCH run: ./bootstrap.sh -j