Skip to content

Commit

Permalink
FFmpeg 7.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Perl committed Nov 25, 2024
1 parent 14cf6a2 commit 3f49f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ 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

- 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: |
Expand Down

0 comments on commit 3f49f73

Please sign in to comment.