From 3f49f73ed7d56a8d02bd561f360188b92805f2f0 Mon Sep 17 00:00:00 2001 From: Markus Perl Date: Mon, 25 Nov 2024 11:30:32 +0100 Subject: [PATCH] FFmpeg 7.1 upgrade --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6edb80..39c7c40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: build-macos: name: build in native macOS - runs-on: macos-14-xlarge + runs-on: macos-14 steps: - name: Checkout code uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: - name: build ffmpeg run: | while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done & - SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free + SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build kill %1 - name: check shared library run: |