We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cf6a2 commit 3f49f73Copy full SHA for 3f49f73
.github/workflows/build.yml
@@ -37,15 +37,15 @@ jobs:
37
38
build-macos:
39
name: build in native macOS
40
- runs-on: macos-14-xlarge
+ runs-on: macos-14
41
steps:
42
- name: Checkout code
43
uses: actions/checkout@v4
44
45
- name: build ffmpeg
46
run: |
47
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
+ SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build
49
kill %1
50
- name: check shared library
51
0 commit comments