Skip to content

Commit 3f49f73

Browse files
author
Markus Perl
committed
FFmpeg 7.1 upgrade
1 parent 14cf6a2 commit 3f49f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
3838
build-macos:
3939
name: build in native macOS
40-
runs-on: macos-14-xlarge
40+
runs-on: macos-14
4141
steps:
4242
- name: Checkout code
4343
uses: actions/checkout@v4
4444

4545
- name: build ffmpeg
4646
run: |
4747
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
48-
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
48+
SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build
4949
kill %1
5050
- name: check shared library
5151
run: |

0 commit comments

Comments
 (0)